dlr::test::RunnableObject | This class serves a parent class for the various TestFuxture<foo> types, allowing virtual function dispatch to TestFuxture<foo>::run(), and (if DLR_TEST_USE_AUTOMATIC_MAIN is defined) automatic registration with the pre-written main() function |
dlr::test::TestException | This exception is thrown to indicate a failed test |
dlr::test::TestFixture< FixtureType > | The TestFixture class helps with unit testing by coordinating the execution of a test suite |