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 an older version of Boost and was released in 2022. The current version is 1.89.0.
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 |
|---|---|
A global fixture is not considered as a test case. |