Public Member Functions | |
void | setUp () |
void | tearDown () |
Protected Member Functions | |
void | Terminate () |
void | Unterminate () |
void | SwitchTerminate () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (TerminationTests) | |
CPPUNIT_TEST (Terminate) | |
CPPUNIT_TEST (Unterminate) | |
CPPUNIT_TEST (SwitchTerminate) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
CCAENV1x90 * | m_pModule |
Definition at line 14 of file 1x90TerminationTests.cpp.
TerminationTests::CPPUNIT_TEST_SUITE | ( | TerminationTests | ) | [private] |
TerminationTests::CPPUNIT_TEST | ( | Terminate | ) | [private] |
TerminationTests::CPPUNIT_TEST | ( | Unterminate | ) | [private] |
TerminationTests::CPPUNIT_TEST | ( | SwitchTerminate | ) | [private] |
TerminationTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
void TerminationTests::setUp | ( | ) | [inline] |
Definition at line 28 of file 1x90TerminationTests.cpp.
References m_pModule, ModuleBase, and CCAENV1x90::Reset().
void TerminationTests::tearDown | ( | ) | [inline] |
void TerminationTests::Terminate | ( | ) | [protected] |
Definition at line 49 of file 1x90TerminationTests.cpp.
References ASSERT, CCAENV1x90::isTerminated(), m_pModule, and CCAENV1x90::Terminate().
void TerminationTests::Unterminate | ( | ) | [protected] |
Definition at line 58 of file 1x90TerminationTests.cpp.
References ASSERT, CCAENV1x90::isTerminated(), m_pModule, and CCAENV1x90::Unterminate().
void TerminationTests::SwitchTerminate | ( | ) | [protected] |
Definition at line 68 of file 1x90TerminationTests.cpp.
References ASSERT, m_pModule, CCAENV1x90::ReadCR(), and CCAENV1x90::TerminateWithSwitch().
CCAENV1x90* TerminationTests::m_pModule [private] |
Definition at line 23 of file 1x90TerminationTests.cpp.
Referenced by setUp(), SwitchTerminate(), tearDown(), Terminate(), and Unterminate().