|
ARB
|


Public Member Functions | |
| Globals () | |
| ~Globals () | |
| void | setup_test_precondition () |
| void | setup_test_postcondition () |
Public Member Functions inherited from Noncopyable | |
| Noncopyable () | |
Public Attributes | |
| bool | inside_test |
| bool | running_on_valgrind |
| char * | runDir |
| pid_t | pid |
| const char * | libname |
Definition at line 75 of file UnitTester.cxx.
|
inline |
Definition at line 82 of file UnitTester.cxx.
References RUNNING_ON_VALGRIND.
|
inline |
Definition at line 90 of file UnitTester.cxx.
|
inline |
Definition at line 94 of file UnitTester.cxx.
References TEST_EXPECT_ZERO_OR_SHOW_ERRNO.
Referenced by SimpleTester::perform_all().
|
inline |
Definition at line 97 of file UnitTester.cxx.
References NULp.
Referenced by SimpleTester::perform_all().
| bool Globals::inside_test |
Definition at line 76 of file UnitTester.cxx.
Referenced by execute_guarded_ClientCode(), and UNITTEST_sigsegv_handler().
| bool Globals::running_on_valgrind |
Definition at line 77 of file UnitTester.cxx.
Referenced by execute_guarded().
| char* Globals::runDir |
Definition at line 78 of file UnitTester.cxx.
Referenced by getLocalFlag(), and UnitTester::UnitTester().
| pid_t Globals::pid |
Definition at line 79 of file UnitTester.cxx.
| const char* Globals::libname |
Definition at line 80 of file UnitTester.cxx.
Referenced by getLocalFlag(), and UnitTester::UnitTester().
1.8.8