Public Member Functions | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_case0 () |
void | test_init () |
void | test_operatordouble () |
void | test_operatorEQ () |
void | test_operatorMINUS () |
void | test_operatorPLUS () |
void | test_sign () |
TimeValueTests () | |
Constructor. | |
~TimeValueTests () | |
Destructor. | |
Private Member Functions | |
CPPUNIT_TEST (test_init) | |
CPPUNIT_TEST (test_operatorEQ) | |
CPPUNIT_TEST (test_operatorPLUS) | |
CPPUNIT_TEST (test_operatorMINUS) | |
CPPUNIT_TEST (test_sign) | |
CPPUNIT_TEST (test_operatordouble) | |
CPPUNIT_TEST_SUITE (TimeValueTests) | |
CPPUNIT_TEST_SUITE_END () |
Definition at line 40 of file TimeValueTests.cpp.
TimeValue::TimeValueTests::TimeValueTests | ( | ) | [inline] |
Constructor.
Definition at line 60 of file TimeValueTests.cpp.
TimeValue::TimeValueTests::~TimeValueTests | ( | ) | [inline] |
Destructor.
Definition at line 67 of file TimeValueTests.cpp.
TimeValue::TimeValueTests::CPPUNIT_TEST | ( | test_init | ) | [private] |
TimeValue::TimeValueTests::CPPUNIT_TEST | ( | test_operatorEQ | ) | [private] |
TimeValue::TimeValueTests::CPPUNIT_TEST | ( | test_operatorPLUS | ) | [private] |
TimeValue::TimeValueTests::CPPUNIT_TEST | ( | test_operatorMINUS | ) | [private] |
TimeValue::TimeValueTests::CPPUNIT_TEST | ( | test_sign | ) | [private] |
TimeValue::TimeValueTests::CPPUNIT_TEST | ( | test_operatordouble | ) | [private] |
TimeValue::TimeValueTests::CPPUNIT_TEST_SUITE | ( | TimeValueTests | ) | [private] |
TimeValue::TimeValueTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
virtual void TimeValue::TimeValueTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 74 of file TimeValueTests.cpp.
virtual void TimeValue::TimeValueTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 81 of file TimeValueTests.cpp.
void TimeValue::TimeValueTests::test_case0 | ( | ) | [inline] |
Definition at line 86 of file TimeValueTests.cpp.
void TimeValue::TimeValueTests::test_init | ( | ) | [inline] |
Definition at line 97 of file TimeValueTests.cpp.
void TimeValue::TimeValueTests::test_operatordouble | ( | ) | [inline] |
Definition at line 333 of file TimeValueTests.cpp.
void TimeValue::TimeValueTests::test_operatorEQ | ( | ) | [inline] |
Definition at line 143 of file TimeValueTests.cpp.
void TimeValue::TimeValueTests::test_operatorMINUS | ( | ) | [inline] |
Definition at line 241 of file TimeValueTests.cpp.
void TimeValue::TimeValueTests::test_operatorPLUS | ( | ) | [inline] |
Definition at line 186 of file TimeValueTests.cpp.
void TimeValue::TimeValueTests::test_sign | ( | ) | [inline] |
Definition at line 296 of file TimeValueTests.cpp.