Definition at line 1235 of file OutPortTests.cpp.
◆ OutPortTests()
OutPort::OutPortTests::OutPortTests |
( |
| ) |
|
|
inline |
◆ ~OutPortTests()
OutPort::OutPortTests::~OutPortTests |
( |
| ) |
|
|
inline |
◆ CPPUNIT_TEST()
OutPort::OutPortTests::CPPUNIT_TEST |
( |
test_write |
| ) |
|
|
private |
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
OutPort::OutPortTests::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ setUp()
virtual void OutPort::OutPortTests::setUp |
( |
| ) |
|
|
inlinevirtual |
◆ tearDown()
virtual void OutPort::OutPortTests::tearDown |
( |
| ) |
|
|
inlinevirtual |
◆ test_write()
void OutPort::OutPortTests::test_write |
( |
void |
| ) |
|
|
inline |
◆ test_write_OnOverflow()
void OutPort::OutPortTests::test_write_OnOverflow |
( |
| ) |
|
|
inline |
write()メソッドのOnOverflowコールバック呼出テスト
- OutPortに割り当てされたバッファがフルの場合に、あらかじめ設定されたOnOverflowコールバックが正しく呼び出されるか?
Definition at line 1530 of file OutPortTests.cpp.
◆ test_write_OnOverflow_not_full()
void OutPort::OutPortTests::test_write_OnOverflow_not_full |
( |
| ) |
|
|
inline |
バッファフルでない時の、write()メソッドのOnOverflowコールバック呼出テスト
- バッファフルでない場合、OnOverflowコールバックが意図どおり未呼出のままか?
Definition at line 1589 of file OutPortTests.cpp.
◆ test_write_OnWrite()
void OutPort::OutPortTests::test_write_OnWrite |
( |
| ) |
|
|
inline |
write()メソッドのOnWriteコールバック呼出テスト
- あらかじめ設定されたOnWriteコールバックが正しく呼び出されるか?
Definition at line 1443 of file OutPortTests.cpp.
◆ test_write_OnWrite_full()
void OutPort::OutPortTests::test_write_OnWrite_full |
( |
| ) |
|
|
inline |
バッファフル時のwrite()メソッドのOnWriteコールバック呼出テスト
- あらかじめ設定されたOnWriteコールバックが正しく呼び出されるか?
Definition at line 1471 of file OutPortTests.cpp.
◆ test_write_OnWriteConvert()
void OutPort::OutPortTests::test_write_OnWriteConvert |
( |
| ) |
|
|
inline |
◆ test_write_timeout()
void OutPort::OutPortTests::test_write_timeout |
( |
| ) |
|
|
inline |
write()メソッドのタイムアウト処理テスト
- OutPortに割り当てされたバッファがフルの場合に、指定した時間どおりにwrite()メソッドがタイムアウトするか?
- OutPortに割り当てられたバッファがフルの場合に、write()メソッドが意図どおり失敗するか?
Definition at line 1685 of file OutPortTests.cpp.
◆ m_logger
Logger* OutPort::OutPortTests::m_logger |
|
private |
◆ m_pORB
CORBA::ORB_ptr OutPort::OutPortTests::m_pORB |
|
private |
◆ m_pPOA
PortableServer::POA_ptr OutPort::OutPortTests::m_pPOA |
|
private |
The documentation for this class was generated from the following file: