|
| CORBA::Double | dl |
| |
| CORBA::Float | ft |
| |
| CORBA::Long | lg |
| |
| NameValue | nv |
| |
| NVList | nvlist |
| |
| CORBA::Double | rdl |
| |
| CORBA::Float | rft |
| |
| CORBA::Long | rlg |
| |
| CORBA::Short | rst |
| |
| CORBA::Short | st |
| |
Definition at line 112 of file CORBA_SeqUtilTests.cpp.
◆ CORBA_SeqUtilTests()
| CORBA_SeqUtil::CORBA_SeqUtilTests::CORBA_SeqUtilTests |
( |
| ) |
|
|
inline |
◆ ~CORBA_SeqUtilTests()
| CORBA_SeqUtil::CORBA_SeqUtilTests::~CORBA_SeqUtilTests |
( |
| ) |
|
|
inline |
◆ CPPUNIT_TEST() [1/11]
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST |
( |
test_for_each |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [2/11]
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST |
( |
test_find |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [3/11]
◆ CPPUNIT_TEST() [4/11]
◆ CPPUNIT_TEST() [5/11]
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST |
( |
test_insert |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [6/11]
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST |
( |
test_front |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [7/11]
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST |
( |
test_back |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [8/11]
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST |
( |
test_erase |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [9/11]
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST |
( |
test_erase_if |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [10/11]
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST |
( |
test_clear |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [11/11]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
| CORBA_SeqUtil::CORBA_SeqUtilTests::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ setUp()
| virtual void CORBA_SeqUtil::CORBA_SeqUtilTests::setUp |
( |
| ) |
|
|
inlinevirtual |
◆ tearDown()
| virtual void CORBA_SeqUtil::CORBA_SeqUtilTests::tearDown |
( |
| ) |
|
|
inlinevirtual |
◆ test_back()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_back |
( |
| ) |
|
|
inline |
◆ test_clear()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_clear |
( |
| ) |
|
|
inline |
◆ test_erase()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_erase |
( |
| ) |
|
|
inline |
erase()メソッドのテスト
-
先頭の要素のみを削除した場合、他要素はそのまま保たれるか?
-
中間の要素のみを削除した場合、他要素はそのまま保たれるか?
-
最後尾の要素のみを削除した場合、他要素はそのまま保たれるか?
Definition at line 612 of file CORBA_SeqUtilTests.cpp.
◆ test_erase_if()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_erase_if |
( |
| ) |
|
|
inline |
◆ test_find()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_find |
( |
| ) |
|
|
inline |
◆ test_for_each()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_for_each |
( |
| ) |
|
|
inline |
◆ test_front()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_front |
( |
| ) |
|
|
inline |
◆ test_insert()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_insert |
( |
| ) |
|
|
inline |
◆ test_push_back()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_push_back |
( |
| ) |
|
|
inline |
◆ test_push_back_list()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_push_back_list |
( |
| ) |
|
|
inline |
◆ test_refToVstring()
| void CORBA_SeqUtil::CORBA_SeqUtilTests::test_refToVstring |
( |
| ) |
|
|
inline |
◆ dl
| CORBA::Double CORBA_SeqUtil::CORBA_SeqUtilTests::dl |
|
private |
◆ ft
| CORBA::Float CORBA_SeqUtil::CORBA_SeqUtilTests::ft |
|
private |
◆ lg
| CORBA::Long CORBA_SeqUtil::CORBA_SeqUtilTests::lg |
|
private |
◆ nv
| NameValue CORBA_SeqUtil::CORBA_SeqUtilTests::nv |
|
private |
◆ nvlist
| NVList CORBA_SeqUtil::CORBA_SeqUtilTests::nvlist |
|
private |
◆ rdl
| CORBA::Double CORBA_SeqUtil::CORBA_SeqUtilTests::rdl |
|
private |
◆ rft
| CORBA::Float CORBA_SeqUtil::CORBA_SeqUtilTests::rft |
|
private |
◆ rlg
| CORBA::Long CORBA_SeqUtil::CORBA_SeqUtilTests::rlg |
|
private |
◆ rst
| CORBA::Short CORBA_SeqUtil::CORBA_SeqUtilTests::rst |
|
private |
◆ st
| CORBA::Short CORBA_SeqUtil::CORBA_SeqUtilTests::st |
|
private |
The documentation for this class was generated from the following file: