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.