Public Member Functions | |
| ConfigTests () | |
| Constructor. | |
| virtual void | setUp () |
| Test initialization. | |
| virtual void | tearDown () |
| Test finalization. | |
| void | test_constructor () |
| コンストラクタのテスト | |
| void | test_update () |
| update()メソッドのテスト | |
| void | test_update_with_illegal_default_value () |
| update()メソッドのテスト | |
| void | test_update_with_illegal_value () |
| update()メソッドのテスト | |
| ~ConfigTests () | |
| Destructor. | |
Private Member Functions | |
| CPPUNIT_TEST (test_constructor) | |
| CPPUNIT_TEST (test_update) | |
| CPPUNIT_TEST (test_update_with_illegal_value) | |
| CPPUNIT_TEST (test_update_with_illegal_default_value) | |
| CPPUNIT_TEST_SUITE (ConfigTests) | |
| CPPUNIT_TEST_SUITE_END () | |
Definition at line 36 of file ConfigAdminTests.cpp.
| Config::ConfigTests::ConfigTests | ( | ) | [inline] |
Constructor.
Definition at line 53 of file ConfigAdminTests.cpp.
| Config::ConfigTests::~ConfigTests | ( | ) | [inline] |
Destructor.
Definition at line 60 of file ConfigAdminTests.cpp.
| Config::ConfigTests::CPPUNIT_TEST | ( | test_constructor | ) | [private] |
| Config::ConfigTests::CPPUNIT_TEST | ( | test_update | ) | [private] |
| Config::ConfigTests::CPPUNIT_TEST_SUITE | ( | ConfigTests | ) | [private] |
| Config::ConfigTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| virtual void Config::ConfigTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 67 of file ConfigAdminTests.cpp.
| virtual void Config::ConfigTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 74 of file ConfigAdminTests.cpp.
| void Config::ConfigTests::test_constructor | ( | ) | [inline] |
コンストラクタのテスト
Definition at line 81 of file ConfigAdminTests.cpp.
| void Config::ConfigTests::test_update | ( | ) | [inline] |
update()メソッドのテスト
Definition at line 101 of file ConfigAdminTests.cpp.
| void Config::ConfigTests::test_update_with_illegal_default_value | ( | ) | [inline] |
update()メソッドのテスト
Definition at line 149 of file ConfigAdminTests.cpp.
| void Config::ConfigTests::test_update_with_illegal_value | ( | ) | [inline] |
update()メソッドのテスト
Definition at line 125 of file ConfigAdminTests.cpp.