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

BOOST_TEST_ALTERNATIVE_INIT_API

[Warning] Warning

This macro should be defined before any include directive to the Unit Test Framework headers and is mutually exclusive with the BOOST_TEST_MODULE macro.

In case of custom initialization of the test module entry point, this macro indicates the Unit Test Framework to use the new API. The differences between the new and old APIs are described in this section.

The way to customize the entry point of the test-module depends on the variant of the Unit Test Framework in use. Several sections in the documentation are devoted to this:


PrevUpHomeNext