Public Member Functions | |
ORBManagerTests () | |
Constructor. | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_init () |
void | test_instance () |
void | test_load_and_add () |
~ORBManagerTests () | |
Destructor. | |
Private Member Functions | |
CPPUNIT_TEST (test_init) | |
CPPUNIT_TEST (test_instance) | |
CPPUNIT_TEST (test_load_and_add) | |
CPPUNIT_TEST_SUITE (ORBManagerTests) | |
CPPUNIT_TEST_SUITE_END () |
Definition at line 41 of file ORBManagerTests.cpp.
ORBManager::ORBManagerTests::ORBManagerTests | ( | ) | [inline] |
Constructor.
Definition at line 57 of file ORBManagerTests.cpp.
ORBManager::ORBManagerTests::~ORBManagerTests | ( | ) | [inline] |
Destructor.
Definition at line 64 of file ORBManagerTests.cpp.
ORBManager::ORBManagerTests::CPPUNIT_TEST | ( | test_init | ) | [private] |
ORBManager::ORBManagerTests::CPPUNIT_TEST | ( | test_instance | ) | [private] |
ORBManager::ORBManagerTests::CPPUNIT_TEST | ( | test_load_and_add | ) | [private] |
ORBManager::ORBManagerTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
virtual void ORBManager::ORBManagerTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 71 of file ORBManagerTests.cpp.
virtual void ORBManager::ORBManagerTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 78 of file ORBManagerTests.cpp.
void ORBManager::ORBManagerTests::test_init | ( | ) | [inline] |
Definition at line 83 of file ORBManagerTests.cpp.
void ORBManager::ORBManagerTests::test_instance | ( | ) | [inline] |
Definition at line 97 of file ORBManagerTests.cpp.
void ORBManager::ORBManagerTests::test_load_and_add | ( | ) | [inline] |
Definition at line 110 of file ORBManagerTests.cpp.