|
torc-master
|
Main function and test fixture declaration for Boost.Test. More...
Include dependency graph for UnitTestMain.cpp:Go to the source code of this file.
Data Structures | |
| class | RegressionFilter |
| Test suite visitor to disable regression tests. More... | |
| class | DebugFilter |
| Test suite visitor to disable tests for debugging. More... | |
| struct | TestFixture |
| Convenience test fixture struct to request desired logging level from Boost.Test. More... | |
Macros | |
| #define | BOOST_TEST_DYN_LINK |
| Request dynamic linking of Boost.Test. More... | |
| #define | BOOST_TEST_MODULE torc |
| Define the top-level test module. More... | |
Functions | |
| bool | init_unit_test (void) |
| Prototype for Boost.Test bool init_unit_test(void). More... | |
Main function and test fixture declaration for Boost.Test.
Definition in file UnitTestMain.cpp.
| #define BOOST_TEST_DYN_LINK |
Request dynamic linking of Boost.Test.
Definition at line 20 of file UnitTestMain.cpp.
| #define BOOST_TEST_MODULE torc |
Define the top-level test module.
Definition at line 22 of file UnitTestMain.cpp.
| bool init_unit_test | ( | void | ) |
Prototype for Boost.Test bool init_unit_test(void).