Public Member Functions | |
FactoryTests () | |
Constructor. | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_case0 () |
void | test_case1 () |
void | test_case2 () |
~FactoryTests () | |
Destructor. | |
Private Member Functions | |
CPPUNIT_TEST (test_case0) | |
CPPUNIT_TEST (test_case1) | |
CPPUNIT_TEST (test_case2) | |
CPPUNIT_TEST_SUITE (FactoryTests) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
coil::Factory< Base > | m_factory |
Definition at line 75 of file coil/tests/Factory/FactoryTests.cpp.
Factory::FactoryTests::FactoryTests | ( | ) | [inline] |
Constructor.
Definition at line 91 of file coil/tests/Factory/FactoryTests.cpp.
Factory::FactoryTests::~FactoryTests | ( | ) | [inline] |
Destructor.
Definition at line 98 of file coil/tests/Factory/FactoryTests.cpp.
Factory::FactoryTests::CPPUNIT_TEST | ( | test_case0 | ) | [private] |
Factory::FactoryTests::CPPUNIT_TEST | ( | test_case1 | ) | [private] |
Factory::FactoryTests::CPPUNIT_TEST | ( | test_case2 | ) | [private] |
Factory::FactoryTests::CPPUNIT_TEST_SUITE | ( | FactoryTests | ) | [private] |
Factory::FactoryTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
virtual void Factory::FactoryTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 105 of file coil/tests/Factory/FactoryTests.cpp.
virtual void Factory::FactoryTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 112 of file coil/tests/Factory/FactoryTests.cpp.
void Factory::FactoryTests::test_case0 | ( | ) | [inline] |
Definition at line 117 of file coil/tests/Factory/FactoryTests.cpp.
void Factory::FactoryTests::test_case1 | ( | ) | [inline] |
Definition at line 146 of file coil/tests/Factory/FactoryTests.cpp.
void Factory::FactoryTests::test_case2 | ( | ) | [inline] |
Definition at line 214 of file coil/tests/Factory/FactoryTests.cpp.
coil::Factory<Base> Factory::FactoryTests::m_factory [private] |
Definition at line 85 of file coil/tests/Factory/FactoryTests.cpp.