Public Member Functions | Private Member Functions
NVUtil::NVUtilTests Class Reference

NVUtil Test. More...

List of all members.

Public Member Functions

 NVUtilTests ()
virtual void setUp ()
virtual void tearDown ()
void test_append ()
 append()のテスト
void test_appendStringValue ()
 appendStringValue()のテスト
void test_copy ()
 copy()のテスト
void test_copyToProperties ()
 copyToProperties()のテスト
void test_dump ()
void test_find ()
 find()のテスト
void test_find_index ()
 find_index()のテスト
void test_isString ()
 isString()のテスト
void test_isStringValue ()
 isStringValue()のテスト
void test_newNV_Double ()
 newNV(char*,Value)のテスト
void test_newNV_Float ()
 newNV(char*,Value)のテスト
void test_newNV_Long ()
 newNV(char*,Value)のテスト
void test_newNV_Short ()
 newNV(char*,Value)のテスト
void test_newNV_Str ()
 newNV(const char*, const char*)のテスト
void test_newNVBool ()
 newNVBool()のテスト
void test_newNVChar ()
 newNVChar()のテスト
void test_newNVOctet ()
 newNVOctet()のテスト
void test_toProperties ()
 toProperties()のテスト
void test_toString ()
 toString()のテスト
void test_toStringNV ()
 ~NVUtilTests ()

Private Member Functions

 CPPUNIT_TEST (test_newNV_Short)
 CPPUNIT_TEST (test_newNV_Long)
 CPPUNIT_TEST (test_newNV_Float)
 CPPUNIT_TEST (test_newNV_Double)
 CPPUNIT_TEST (test_newNV_Str)
 CPPUNIT_TEST (test_newNVChar)
 CPPUNIT_TEST (test_newNVBool)
 CPPUNIT_TEST (test_newNVOctet)
 CPPUNIT_TEST (test_copy)
 CPPUNIT_TEST (test_toProperties)
 CPPUNIT_TEST (test_copyToProperties)
 CPPUNIT_TEST (test_find)
 CPPUNIT_TEST (test_find_index)
 CPPUNIT_TEST (test_isString)
 CPPUNIT_TEST (test_isStringValue)
 CPPUNIT_TEST (test_toString)
 CPPUNIT_TEST (test_appendStringValue)
 CPPUNIT_TEST (test_append)
 CPPUNIT_TEST (test_dump)
 CPPUNIT_TEST (test_toStringNV)
 CPPUNIT_TEST_SUITE (NVUtilTests)
 CPPUNIT_TEST_SUITE_END ()

Detailed Description

NVUtil Test.

Definition at line 72 of file NVUtilTests.cpp.


Constructor & Destructor Documentation

Definition at line 101 of file NVUtilTests.cpp.

Definition at line 112 of file NVUtilTests.cpp.


Member Function Documentation

virtual void NVUtil::NVUtilTests::setUp ( ) [inline, virtual]

Definition at line 116 of file NVUtilTests.cpp.

virtual void NVUtil::NVUtilTests::tearDown ( ) [inline, virtual]

Definition at line 120 of file NVUtilTests.cpp.

append()のテスト

  • NVListの内容を、他のNVListに正しく追加できるか?

Definition at line 587 of file NVUtilTests.cpp.

appendStringValue()のテスト

  • 指定した名称と値を持つNameValueを、NVListに正しく追加できるか?

Definition at line 533 of file NVUtilTests.cpp.

void NVUtil::NVUtilTests::test_copy ( ) [inline]

copy()のテスト

  • RTC::Propertiesの内容を正しくをNVListにコピーできるか?

Definition at line 292 of file NVUtilTests.cpp.

copyToProperties()のテスト

  • NVListの内容を正しくRTC::Propertiesにコピーできるか?

Definition at line 353 of file NVUtilTests.cpp.

void NVUtil::NVUtilTests::test_dump ( ) [inline]

Definition at line 626 of file NVUtilTests.cpp.

void NVUtil::NVUtilTests::test_find ( ) [inline]

find()のテスト

  • 指定した名称でNVList内の値を正しく検索できるか?

Definition at line 385 of file NVUtilTests.cpp.

find_index()のテスト

  • 指定した名称でNVList内の要素番号を正しく検索できるか?

Definition at line 418 of file NVUtilTests.cpp.

isString()のテスト

  • NVList内の指定した名称を持つ値がstring型かどうかを正しく判定できるか?

Definition at line 450 of file NVUtilTests.cpp.

isStringValue()のテスト

  • NVList内の指定した名称を持つ値がstring型かどうかを正しく判定できるか?

Definition at line 477 of file NVUtilTests.cpp.

newNV(char*,Value)のテスト

  • CORBA::Double型データのNameValueを正しく生成できるか?

Definition at line 189 of file NVUtilTests.cpp.

newNV(char*,Value)のテスト

  • CORBA::Float型データのNameValueを正しく生成できるか?

Definition at line 169 of file NVUtilTests.cpp.

newNV(char*,Value)のテスト

  • CORBA::Long型データのNameValueを正しく生成できるか?

Definition at line 149 of file NVUtilTests.cpp.

newNV(char*,Value)のテスト

  • CORBA::Short型データのNameValueを正しく生成できるか?

Definition at line 129 of file NVUtilTests.cpp.

newNV(const char*, const char*)のテスト

  • const char*型データのNameValueを正しく生成できるか?

Definition at line 209 of file NVUtilTests.cpp.

newNVBool()のテスト

  • CORBA::Boolean型データのNameValueを正しく生成できるか?

Definition at line 254 of file NVUtilTests.cpp.

newNVChar()のテスト

  • CORBA::Char型データのNameValueを正しく生成できるか?

Definition at line 232 of file NVUtilTests.cpp.

newNVOctet()のテスト

  • CORBA::Octet型データのNameValueを正しく生成できるか?

Definition at line 273 of file NVUtilTests.cpp.

toProperties()のテスト

  • NVListの内容を正しくRTC::Propertiesに変換できるか?

Definition at line 321 of file NVUtilTests.cpp.

toString()のテスト

  • NVList内の指定した名称を持つ値がstring型である場合に、その値を正しく取得できるか?

Definition at line 504 of file NVUtilTests.cpp.

Definition at line 651 of file NVUtilTests.cpp.


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


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Sat Jun 8 2019 18:49:12