Public Member Functions | |
OutPortTests () | |
Constructor. | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_write (void) |
write()メソッドのテスト | |
void | test_write_OnOverflow () |
write()メソッドのOnOverflowコールバック呼出テスト | |
void | test_write_OnOverflow_not_full () |
バッファフルでない時の、write()メソッドのOnOverflowコールバック呼出テスト | |
void | test_write_OnWrite () |
write()メソッドのOnWriteコールバック呼出テスト | |
void | test_write_OnWrite_full () |
バッファフル時のwrite()メソッドのOnWriteコールバック呼出テスト | |
void | test_write_OnWriteConvert () |
void | test_write_timeout () |
write()メソッドのタイムアウト処理テスト | |
~OutPortTests () | |
Destructor. | |
Private Member Functions | |
CPPUNIT_TEST (test_write) | |
CPPUNIT_TEST_SUITE (OutPortTests) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
Logger * | m_logger |
CORBA::ORB_ptr | m_pORB |
PortableServer::POA_ptr | m_pPOA |
Definition at line 1235 of file OutPortTests.cpp.
OutPort::OutPortTests::OutPortTests | ( | ) | [inline] |
Constructor.
Definition at line 1260 of file OutPortTests.cpp.
OutPort::OutPortTests::~OutPortTests | ( | ) | [inline] |
Destructor.
Definition at line 1275 of file OutPortTests.cpp.
OutPort::OutPortTests::CPPUNIT_TEST | ( | test_write | ) | [private] |
OutPort::OutPortTests::CPPUNIT_TEST_SUITE | ( | OutPortTests | ) | [private] |
OutPort::OutPortTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
virtual void OutPort::OutPortTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 1282 of file OutPortTests.cpp.
virtual void OutPort::OutPortTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 1289 of file OutPortTests.cpp.
void OutPort::OutPortTests::test_write | ( | void | ) | [inline] |
write()メソッドのテスト
Definition at line 1297 of file OutPortTests.cpp.
void OutPort::OutPortTests::test_write_OnOverflow | ( | ) | [inline] |
write()メソッドのOnOverflowコールバック呼出テスト
Definition at line 1530 of file OutPortTests.cpp.
void OutPort::OutPortTests::test_write_OnOverflow_not_full | ( | ) | [inline] |
バッファフルでない時の、write()メソッドのOnOverflowコールバック呼出テスト
Definition at line 1589 of file OutPortTests.cpp.
void OutPort::OutPortTests::test_write_OnWrite | ( | ) | [inline] |
write()メソッドのOnWriteコールバック呼出テスト
Definition at line 1443 of file OutPortTests.cpp.
void OutPort::OutPortTests::test_write_OnWrite_full | ( | ) | [inline] |
バッファフル時のwrite()メソッドのOnWriteコールバック呼出テスト
Definition at line 1471 of file OutPortTests.cpp.
void OutPort::OutPortTests::test_write_OnWriteConvert | ( | ) | [inline] |
Definition at line 1639 of file OutPortTests.cpp.
void OutPort::OutPortTests::test_write_timeout | ( | ) | [inline] |
write()メソッドのタイムアウト処理テスト
Definition at line 1685 of file OutPortTests.cpp.
Logger* OutPort::OutPortTests::m_logger [private] |
Definition at line 1253 of file OutPortTests.cpp.
CORBA::ORB_ptr OutPort::OutPortTests::m_pORB [private] |
Definition at line 1251 of file OutPortTests.cpp.
PortableServer::POA_ptr OutPort::OutPortTests::m_pPOA [private] |
Definition at line 1252 of file OutPortTests.cpp.