ARB
|
#include <UnitTester.hxx>
Public Member Functions | |
void | print_error (FILE *out, UnitTestResult result) const |
Public Attributes | |
UnitTest_function | fun |
const char * | name |
const char * | location |
Definition at line 34 of file UnitTester.hxx.
void UnitTest_simple::print_error | ( | FILE * | out, |
UnitTestResult | result | ||
) | const |
Definition at line 486 of file UnitTester.cxx.
References TEST_FAILED_POSTCONDITION, TEST_INTERRUPTED, TEST_INVALID, TEST_OK, TEST_THREW, TEST_TRAPPED, TEST_UNKNOWN_RESULT, and ut_assert.
UnitTest_function UnitTest_simple::fun |
Definition at line 35 of file UnitTester.hxx.
Referenced by SimpleTester::SimpleTester().
const char* UnitTest_simple::name |
Definition at line 36 of file UnitTester.hxx.
const char* UnitTest_simple::location |
Definition at line 37 of file UnitTester.hxx.