Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit c6a8213e9b.
PrevUpHomeNext

Function register_observer

boost::unit_test::framework::register_observer — Observer lifetime should exceed the the testing execution timeframe.

Synopsis

// In header: <boost/test/framework.hpp>


void register_observer(test_observer & to);

Description

Parameters:

to

test observer object to add


PrevUpHomeNext