Public Member Functions | |
| InPortTests () | |
| Constructor. | |
| virtual void | setUp () |
| Test initialization. | |
| virtual void | tearDown () |
| Test finalization. | |
| void | test_isEmpty (void) |
| isEmpty()メソッドのテスト | |
| void | test_isNew (void) |
| isNew()メソッドのテスト | |
| void | test_name (void) |
| name()メソッドのテスト | |
| void | test_read (void) |
| read(),operator>>(DataType&),setOnRead(),setOnReadConvert()メソッドのテスト | |
| void | test_setOnUnderflow () |
| setOnUnderflow()メソッドのテスト | |
| void | test_setOnWrite (void) |
| setOnWrite()メソッドのテスト | |
| ~InPortTests () | |
| Destructor. | |
Private Member Functions | |
| CPPUNIT_TEST (test_name) | |
| CPPUNIT_TEST (test_isNew) | |
| CPPUNIT_TEST (test_isEmpty) | |
| CPPUNIT_TEST (test_read) | |
| CPPUNIT_TEST_SUITE (InPortTests) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| Logger * | m_logger |
| CORBA::ORB_ptr | m_pORB |
| PortableServer::POA_ptr | m_pPOA |
Definition at line 1150 of file InPortTests.cpp.
| InPort::InPortTests::InPortTests | ( | ) | [inline] |
Constructor.
Definition at line 1185 of file InPortTests.cpp.
| InPort::InPortTests::~InPortTests | ( | ) | [inline] |
Destructor.
Definition at line 1199 of file InPortTests.cpp.
| InPort::InPortTests::CPPUNIT_TEST | ( | test_name | ) | [private] |
| InPort::InPortTests::CPPUNIT_TEST | ( | test_isNew | ) | [private] |
| InPort::InPortTests::CPPUNIT_TEST | ( | test_isEmpty | ) | [private] |
| InPort::InPortTests::CPPUNIT_TEST | ( | test_read | ) | [private] |
| InPort::InPortTests::CPPUNIT_TEST_SUITE | ( | InPortTests | ) | [private] |
| InPort::InPortTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| virtual void InPort::InPortTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 1206 of file InPortTests.cpp.
| virtual void InPort::InPortTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 1250 of file InPortTests.cpp.
| void InPort::InPortTests::test_isEmpty | ( | void | ) | [inline] |
isEmpty()メソッドのテスト
Definition at line 1310 of file InPortTests.cpp.
| void InPort::InPortTests::test_isNew | ( | void | ) | [inline] |
isNew()メソッドのテスト
Definition at line 1271 of file InPortTests.cpp.
| void InPort::InPortTests::test_name | ( | void | ) | [inline] |
name()メソッドのテスト
Definition at line 1257 of file InPortTests.cpp.
| void InPort::InPortTests::test_read | ( | void | ) | [inline] |
read(),operator>>(DataType&),setOnRead(),setOnReadConvert()メソッドのテスト
Definition at line 1351 of file InPortTests.cpp.
| void InPort::InPortTests::test_setOnUnderflow | ( | ) | [inline] |
setOnUnderflow()メソッドのテスト
Definition at line 1479 of file InPortTests.cpp.
| void InPort::InPortTests::test_setOnWrite | ( | void | ) | [inline] |
setOnWrite()メソッドのテスト
Definition at line 1472 of file InPortTests.cpp.
Logger* InPort::InPortTests::m_logger [private] |
Definition at line 1177 of file InPortTests.cpp.
CORBA::ORB_ptr InPort::InPortTests::m_pORB [private] |
Definition at line 1175 of file InPortTests.cpp.
PortableServer::POA_ptr InPort::InPortTests::m_pPOA [private] |
Definition at line 1176 of file InPortTests.cpp.