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 an old version of Boost. Click here to view this page for the latest version.
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