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 develop branch, built from commit d7c8a7cf0d.
PrevUpHomeNext

Test tree content

The test module, and hence the test tree, should have at least one test-case scheduled for execution, otherwise the Unit Test Framework returns an error.

This check is performed after the filtering of the tests has occurred. The sections about tests enabling/disabling, tests dependencies and runtime filtering explain various methods that modify the tests that are being run.

[Note] Note

A global fixture is not considered as a test case.


PrevUpHomeNext