CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
get_tear_down() | cpunit::TestUnit | |
get_test() | cpunit::TestUnit | |
lexical_cmp(const TestUnit &a, const TestUnit &b) | cpunit::TestUnit | [static] |
run_set_up() | cpunit::TestUnit | |
run_test() | cpunit::TestUnit | |
setUp | cpunit::TestUnit | [private] |
tearDown | cpunit::TestUnit | [private] |
test | cpunit::TestUnit | [private] |
TestUnit(Callable *_setUp, Callable *_tearDown, Callable *_test) | cpunit::TestUnit | |
~TestUnit() | cpunit::TestUnit | [virtual] |