Public Member Functions | |
AsyncInvokerTests () | |
Constructor. | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_bind2nd () |
void | test_bind2nd_oneway () |
void | test_memfun () |
void | test_memfun_oneway () |
void | test_myfunctor () |
void | test_myfunctor_oneway () |
~AsyncInvokerTests () | |
Destructor. | |
Private Member Functions | |
CPPUNIT_TEST (test_memfun) | |
CPPUNIT_TEST (test_memfun_oneway) | |
CPPUNIT_TEST (test_bind2nd) | |
CPPUNIT_TEST (test_bind2nd_oneway) | |
CPPUNIT_TEST (test_myfunctor) | |
CPPUNIT_TEST (test_myfunctor_oneway) | |
CPPUNIT_TEST_SUITE (AsyncInvokerTests) | |
CPPUNIT_TEST_SUITE_END () |
Definition at line 109 of file AsyncInvokerTests.cpp.
AsyncInvoker::AsyncInvokerTests::AsyncInvokerTests | ( | ) | [inline] |
Constructor.
Definition at line 128 of file AsyncInvokerTests.cpp.
AsyncInvoker::AsyncInvokerTests::~AsyncInvokerTests | ( | ) | [inline] |
Destructor.
Definition at line 135 of file AsyncInvokerTests.cpp.
AsyncInvoker::AsyncInvokerTests::CPPUNIT_TEST | ( | test_memfun | ) | [private] |
AsyncInvoker::AsyncInvokerTests::CPPUNIT_TEST | ( | test_bind2nd | ) | [private] |
AsyncInvoker::AsyncInvokerTests::CPPUNIT_TEST | ( | test_myfunctor | ) | [private] |
AsyncInvoker::AsyncInvokerTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
virtual void AsyncInvoker::AsyncInvokerTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 142 of file AsyncInvokerTests.cpp.
virtual void AsyncInvoker::AsyncInvokerTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 149 of file AsyncInvokerTests.cpp.
void AsyncInvoker::AsyncInvokerTests::test_bind2nd | ( | ) | [inline] |
Definition at line 186 of file AsyncInvokerTests.cpp.
void AsyncInvoker::AsyncInvokerTests::test_bind2nd_oneway | ( | ) | [inline] |
Definition at line 199 of file AsyncInvokerTests.cpp.
void AsyncInvoker::AsyncInvokerTests::test_memfun | ( | ) | [inline] |
Definition at line 154 of file AsyncInvokerTests.cpp.
void AsyncInvoker::AsyncInvokerTests::test_memfun_oneway | ( | ) | [inline] |
Definition at line 165 of file AsyncInvokerTests.cpp.
void AsyncInvoker::AsyncInvokerTests::test_myfunctor | ( | ) | [inline] |
Definition at line 212 of file AsyncInvokerTests.cpp.
void AsyncInvoker::AsyncInvokerTests::test_myfunctor_oneway | ( | ) | [inline] |
Definition at line 226 of file AsyncInvokerTests.cpp.