Definition at line 36 of file ConfigAdminTests.cpp.
Config::ConfigTests::ConfigTests |
( |
| ) |
|
|
inline |
Config::ConfigTests::~ConfigTests |
( |
| ) |
|
|
inline |
Config::ConfigTests::CPPUNIT_TEST_SUITE |
( |
ConfigTests |
| ) |
|
|
private |
Config::ConfigTests::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
virtual void Config::ConfigTests::setUp |
( |
| ) |
|
|
inlinevirtual |
virtual void Config::ConfigTests::tearDown |
( |
| ) |
|
|
inlinevirtual |
void Config::ConfigTests::test_constructor |
( |
| ) |
|
|
inline |
void Config::ConfigTests::test_update |
( |
| ) |
|
|
inline |
void Config::ConfigTests::test_update_with_illegal_default_value |
( |
| ) |
|
|
inline |
update()メソッドのテスト
- 浮動小数点値に変換できないデフォルト値が指定され、かつ浮動小数点値に変換できない内容でupdate()を呼出した場合、 バインドした変数の値は、更新されることなく元の値に留まるか?
Definition at line 149 of file ConfigAdminTests.cpp.
void Config::ConfigTests::test_update_with_illegal_value |
( |
| ) |
|
|
inline |
update()メソッドのテスト
- 指定の型に変換できない内容でupdate()を呼出し、意図どおり失敗するか?
- バインドした変数の値が、コンストラクタで指定したデフォルト値に正しく更新されるか?
Definition at line 125 of file ConfigAdminTests.cpp.
The documentation for this class was generated from the following file: