Classes | |
struct | AssertFailedError |
struct | TestBase |
Typedefs | |
typedef std::vector< TestBase * > | test_registry_t |
Enumerations | |
enum | TestStatus { SUCCESS = 0<<0, FAILED = 1<<0, ASSERT_FAIL = FAILED | 1<<1, EXCEPTION_UNCAUGHT = FAILED | 2<<1, SIGNAL_UNCAUGHT = FAILED | 3<<1, SIGNAL_SEGFAULT = SIGNAL_UNCAUGHT | 1<<3, SIGNAL_ABORT = SIGNAL_UNCAUGHT | 2<<3, SIGNAL_DIVZERO = SIGNAL_UNCAUGHT | 2<<3, STATUS_MASK = 0x1F } |
Variables | |
test_registry_t | test_registry |
typedef std::vector<TestBase*> test::test_registry_t |
enum test::TestStatus |
test::test_registry_t test::test_registry |
Definition at line 31 of file _test_main.cpp.