Public Member Functions | Private Member Functions | Private Attributes | List of all members
Properties::PropertiesTests Class Reference
Inheritance diagram for Properties::PropertiesTests:
Inheritance graph
[legend]

Public Member Functions

 PropertiesTests ()
 Constructor. More...
 
virtual void setUp ()
 Test initialization. More...
 
virtual void tearDown ()
 Test finalization. More...
 
void test_clear ()
 clear()メソッドのテスト More...
 
void test_createNode ()
 createNode()のテスト More...
 
void test_ctor_map ()
 Properties(std::map<string, string>&)コンストラクタのテスト More...
 
void test_findNode ()
 findNode()メソッドのテスト More...
 
void test_getDefault ()
 getDefault()のテスト More...
 
void test_getDefaultValue ()
 getDefaultValue(void)メソッドのテスト More...
 
void test_getLeaf ()
 getLeaf(void)メソッドのテスト More...
 
void test_getName ()
 getName(void)メソッドのテスト More...
 
void test_getNode ()
 getNode()メソッドのテスト More...
 
void test_getProperty ()
 getProperty()メソッドのテスト More...
 
void test_getRoot ()
 getRoot(void)メソッドのテスト More...
 
void test_getValue ()
 getValue(void)メソッドのテスト More...
 
void test_hasKey ()
 hasKey()メソッドのテスト More...
 
void test_list ()
 list()メソッドのテスト More...
 
void test_load ()
 load()メソッドのテスト More...
 
void test_operator ()
 operator[]()メソッドのテスト More...
 
void test_Properties_char ()
 
void test_Properties_copy ()
 Properties(const Properties& prop)コピーコンストラクタのテスト More...
 
void test_Properties_destructor ()
 ~Properties(void)デストラクタのテスト More...
 
void test_Properties_key_value ()
 Properties(const char* key = "", const char* value = "")コンストラクタのテスト More...
 
void test_propertyNames ()
 propertyNames()メソッドのテスト More...
 
void test_removeNode ()
 removeNode()メソッドのテスト More...
 
void test_setDefaults ()
 setDefaults()メソッドのテスト More...
 
void test_setProperty ()
 setProperty()メソッドのテスト More...
 
void test_size ()
 size()メソッドのテスト More...
 
void test_splitKeyValue ()
 splitKeyValue()メソッドのテスト More...
 
void test_store ()
 store()メソッドのテスト More...
 
void test_streamInput ()
 <<演算子のテスト More...
 
void test_substitute ()
 =演算子(代入演算子)のテスト More...
 
 ~PropertiesTests ()
 Destructor. More...
 

Private Member Functions

 CPPUNIT_TEST (test_ctor_map)
 
 CPPUNIT_TEST (test_Properties_key_value)
 
 CPPUNIT_TEST (test_Properties_char)
 
 CPPUNIT_TEST (test_Properties_copy)
 
 CPPUNIT_TEST (test_Properties_destructor)
 
 CPPUNIT_TEST (test_substitute)
 
 CPPUNIT_TEST (test_Properties_destructor)
 
 CPPUNIT_TEST (test_getName)
 
 CPPUNIT_TEST (test_getValue)
 
 CPPUNIT_TEST (test_getDefaultValue)
 
 CPPUNIT_TEST (test_getLeaf)
 
 CPPUNIT_TEST (test_getRoot)
 
 CPPUNIT_TEST (test_getProperty)
 
 CPPUNIT_TEST (test_getDefault)
 
 CPPUNIT_TEST (test_setProperty)
 
 CPPUNIT_TEST (test_setDefaults)
 
 CPPUNIT_TEST (test_list)
 
 CPPUNIT_TEST (test_load)
 
 CPPUNIT_TEST (test_store)
 
 CPPUNIT_TEST (test_propertyNames)
 
 CPPUNIT_TEST (test_size)
 
 CPPUNIT_TEST (test_findNode)
 
 CPPUNIT_TEST (test_getNode)
 
 CPPUNIT_TEST (test_createNode)
 
 CPPUNIT_TEST (test_removeNode)
 
 CPPUNIT_TEST (test_hasKey)
 
 CPPUNIT_TEST (test_clear)
 
 CPPUNIT_TEST (test_streamInput)
 
 CPPUNIT_TEST (test_splitKeyValue)
 
 CPPUNIT_TEST_SUITE (PropertiesTests)
 
 CPPUNIT_TEST_SUITE_END ()
 

Private Attributes

map< string, string > DEFAULTS_CONF
 
string EMPTY_STRING
 
coil::Propertiesm_prop
 

Detailed Description

Definition at line 55 of file PropertiesTests.cpp.

Constructor & Destructor Documentation

Properties::PropertiesTests::PropertiesTests ( )
inline

Constructor.

Definition at line 109 of file PropertiesTests.cpp.

Properties::PropertiesTests::~PropertiesTests ( )
inline

Destructor.

Definition at line 116 of file PropertiesTests.cpp.

Member Function Documentation

Properties::PropertiesTests::CPPUNIT_TEST ( test_ctor_map  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_Properties_key_value  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_Properties_char  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_Properties_copy  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_Properties_destructor  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_substitute  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_Properties_destructor  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_getName  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_getValue  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_getDefaultValue  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_getLeaf  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_getRoot  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_getProperty  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_getDefault  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_setProperty  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_setDefaults  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_list  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_load  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_store  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_propertyNames  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_size  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_findNode  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_getNode  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_createNode  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_removeNode  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_hasKey  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_clear  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_streamInput  )
private
Properties::PropertiesTests::CPPUNIT_TEST ( test_splitKeyValue  )
private
Properties::PropertiesTests::CPPUNIT_TEST_SUITE ( PropertiesTests  )
private
Properties::PropertiesTests::CPPUNIT_TEST_SUITE_END ( )
private
virtual void Properties::PropertiesTests::setUp ( )
inlinevirtual

Test initialization.

Definition at line 123 of file PropertiesTests.cpp.

virtual void Properties::PropertiesTests::tearDown ( )
inlinevirtual

Test finalization.

Definition at line 150 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_clear ( )
inline

clear()メソッドのテスト

  • 子ノードがすべて削除されるかどうか?

Definition at line 1177 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_createNode ( )
inline

createNode()のテスト

  • デフォルト値が設定されており、かつ通常の値も設定されている場 合に、当該キー名の新規ノード作成が、意図どおり失敗するか?

  • デフォルト値が設定されているが、通常の値は設定されていない場 合に、当該キー名の新規ノード作成が、意図どおり失敗するか?

  • デフォルト値は設定されていないが、通常の値は設定されている場 合に、当該キー名の新規ノード作成が、意図どおり失敗するか?

  • デフォルト値、通常の値のいずれも設定されていない場合に、新規 ノード作成が成功するか?

Definition at line 1238 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_ctor_map ( )
inline

Properties(std::map<string, string>&)コンストラクタのテスト

  • std::mapで指定したデフォルト値が、デフォルト値として正しく取 得されるか?

Definition at line 199 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_findNode ( )
inline

findNode()メソッドのテスト

  • キーで指定したノードが正しく検索できるか?

Definition at line 1014 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_getDefault ( )
inline

getDefault()のテスト

  • デフォルト値が設定されており、かつ通常の値も設定されている場 合に、正しく設定されているデフォルト値を取得できるか?

  • デフォルト値が設定されているが、通常の値は設定されていない場 合に、正しく設定されているデフォルト値を取得できるか?

  • デフォルト値は設定されていないが、通常の値は設定されている場 合に、デフォルト値として空文字列が取得されるか?

  • デフォルト値、通常の値のいずれも設定されていない場合に、デフォ ルト値として空文字列が取得されるか?

Definition at line 461 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_getDefaultValue ( )
inline

getDefaultValue(void)メソッドのテスト

  • setDefaultで指定したプロパティの値が正しく取得されるか?

Definition at line 802 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_getLeaf ( )
inline

getLeaf(void)メソッドのテスト

  • getLeafで子要素が正しく取得されるか?

Definition at line 823 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_getName ( )
inline

getName(void)メソッドのテスト

  • コンストラクタで指定したプロパティの名称が正しく取得されるか?

Definition at line 756 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_getNode ( )
inline

getNode()メソッドのテスト

  • キーで指定したノードが正しく取得できるか?

Definition at line 1053 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_getProperty ( )
inline

getProperty()メソッドのテスト

  • デフォルト値が設定されており、かつ通常の値も設定されている場 合に、プロパティ値として正しく通常の値が取得されるか?
  • デフォルト値が設定されているが、通常の値は設定されていない場 合に、プロパティ値として正しくデフォルト値が取得されるか?
  • デフォルト値は設定されていないが、通常の値は設定されている場 合に、プロパティ値として正しく通常の値が取得されるか?
  • デフォルト値、通常の値のいずれも設定されていない場合に、プロ パティ値として正しく空文字列が取得されるか?

Definition at line 411 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_getRoot ( )
inline

getRoot(void)メソッドのテスト

  • getRootでルート要素が正しく取得されるか?

Definition at line 858 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_getValue ( )
inline

getValue(void)メソッドのテスト

  • コンストラクタで指定したプロパティの値が正しく取得されるか?

Definition at line 783 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_hasKey ( )
inline

hasKey()メソッドのテスト

  • 子ノードにkeyがあるかどうか?

Definition at line 1135 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_list ( )
inline

list()メソッドのテスト

  • 設定されているプロパティ値が、正しく出力されるか?

  • \(バックスラッシュ)を含む値が、正しくエスケープ処理されて 出力されるか?

Definition at line 537 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_load ( )
inline

load()メソッドのテスト

  • プロパティリストをファイルからPropertiesオブジェクトへ正しく 読み込めるか?

Definition at line 608 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_operator ( )
inline

operator[]()メソッドのテスト

  • 指定されたキーを持つプロパティを、プロパティリストから探せるか?

Definition at line 893 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_Properties_char ( )
inline

Definition at line 235 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_Properties_copy ( )
inline

Properties(const Properties& prop)コピーコンストラクタのテスト

  • propで指定したデフォルト値が、コピーオブジェクトから正しく取得されるか?

Definition at line 275 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_Properties_destructor ( )
inline

~Properties(void)デストラクタのテスト

  • デストラクタによりオブジェクトからデータが正しく削除されるか?

Definition at line 316 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_Properties_key_value ( )
inline

Properties(const char* key = "", const char* value = "")コンストラクタのテスト

  • keyとvalueで指定した値が正しく取得されるか?

Definition at line 162 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_propertyNames ( )
inline

propertyNames()メソッドのテスト

  • 通常のプロパティ値とデフォルト値の両方が設定されているプロパ ティについて、キー名が取得されるか?

  • 通常のプロパティ値のみが設定されているプロパティについて、キー 名が取得されるか?

  • デフォルト値のみが設定されているプロパティについて、キー名が 取得されるか?

Definition at line 723 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_removeNode ( )
inline

removeNode()メソッドのテスト

  • 指定したノードが正しく削除できるか?

Definition at line 1092 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_setDefaults ( )
inline

setDefaults()メソッドのテスト

  • デフォルト値を登録し、その値が正しく取得できるか?

Definition at line 935 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_setProperty ( )
inline

setProperty()メソッドのテスト

  • 設定時に指定した値が、正しく設定されるか?
  • 設定時の戻り値として、元の設定値が正しく取得されるか?

Definition at line 505 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_size ( )
inline

size()メソッドのテスト

  • プロパティの数が正しく取得できるか?

Definition at line 976 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_splitKeyValue ( )
inline

splitKeyValue()メソッドのテスト

  • キーの前に空白文字を含む場合について、キーと値を正しく分離で きるか?

  • キーとデリミタの間に空白文字を含む場合について、キーと値を正 しく分離できるか?

  • デリミタと値の間に空白文字を含む場合について、キーと値を正し く分離できるか?

    a

  • 値の後ろに空白文字を含む場合について、キーと値を正しく分離で きるか?

Definition at line 1387 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_store ( )
inline

store()メソッドのテスト

  • 設定されているプロパティ値が、正しく出力されるか?

  • 指定したヘッダ文字列が、正しく出力されるか?

  • \(バックスラッシュ)を含む値が、正しくエスケープ処理されて 出力されるか?

Definition at line 640 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_streamInput ( )
inline

<<演算子のテスト

  • デフォルト値は、入力されないことを確認する

  • 2つのPropertiesのうち片方だけに設定されているキーに関して、 設定されている通常値が、入力前後で変化しないか?

  • 2つのPropertiesの両方に共通しているキーに関して、設定されて いる通常値が入力した値で上書きされるか?

Definition at line 1298 of file PropertiesTests.cpp.

void Properties::PropertiesTests::test_substitute ( )
inline

=演算子(代入演算子)のテスト

  • デフォルト値、通常値のいずれも設定されている場合に、それら両 方が正しく代入されるか?
  • デフォルト値のみ設定されており、通常値が設定されていない場合 に、それら両方が正しく代入されるか?
  • デフォルト値が設定されていないが、通常値が設定されている場合 に、それら両方が正しく代入されるか?

Definition at line 362 of file PropertiesTests.cpp.

Member Data Documentation

map<string, string> Properties::PropertiesTests::DEFAULTS_CONF
private

Definition at line 100 of file PropertiesTests.cpp.

string Properties::PropertiesTests::EMPTY_STRING
private

Definition at line 99 of file PropertiesTests.cpp.

coil::Properties* Properties::PropertiesTests::m_prop
private

Definition at line 103 of file PropertiesTests.cpp.


The documentation for this class was generated from the following file:


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:08:02