|
ARB
|
#include <UnitTester.hxx>
Public Member Functions | |
| UnitTester (const char *libname, const UnitTest_simple *simple_tests, int warn_level, size_t skippedTests, const UnitTest_simple *postcond) __attribute__((noreturn)) | |
Definition at line 42 of file UnitTester.hxx.
| UnitTester::UnitTester | ( | const char * | libname, |
| const UnitTest_simple * | simple_tests, | ||
| int | warn_level, | ||
| size_t | skippedTests, | ||
| const UnitTest_simple * | postcond | ||
| ) |
Definition at line 632 of file UnitTester.cxx.
References ARB_PATH_MAX, EXIT_FAILURE, EXIT_SUCCESS, flag_callback(), generateReport(), SimpleTester::get_test_count(), Globals::libname, NULp, SimpleTester::overall_duration_ms(), SimpleTester::perform_all(), Globals::runDir, start_of_main(), and TEST_EXPECT_ZERO_OR_SHOW_ERRNO.
1.8.8