#include <testEventLoop.h>


Protected Member Functions | |
void | testCreate () |
void | testRunOnce () |
void | testEngineTimeout () |
void | testEngineErrors () |
void | testSetTimeService () |
void | testSetPrimaryEngine () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (testEventLoop) | |
CPPUNIT_TEST (testCreate) | |
CPPUNIT_TEST (testRunOnce) | |
CPPUNIT_TEST (testEngineTimeout) | |
CPPUNIT_TEST (testEngineErrors) | |
CPPUNIT_TEST (testSetTimeService) | |
CPPUNIT_TEST (testSetPrimaryEngine) | |
CPPUNIT_TEST_SUITE_END () | |
Detailed Description
Definition at line 18 of file testEventLoop.h.
Member Function Documentation
◆ CPPUNIT_TEST() [1/6]
|
private |
◆ CPPUNIT_TEST() [2/6]
|
private |
◆ CPPUNIT_TEST() [3/6]
|
private |
◆ CPPUNIT_TEST() [4/6]
|
private |
◆ CPPUNIT_TEST() [5/6]
|
private |
◆ CPPUNIT_TEST() [6/6]
|
private |
◆ CPPUNIT_TEST_SUITE()
|
private |
◆ CPPUNIT_TEST_SUITE_END()
|
private |
◆ testCreate()
|
protected |
Definition at line 21 of file testEventLoop.cc.
◆ testEngineErrors()
|
protected |
Definition at line 111 of file testEventLoop.cc.
References RecordingEngine::calls, EventLoop::errcount, AsyncEngine::EVENT_ERROR, EventLoop::registerEngine(), EventLoop::run(), and EventLoop::runOnce().
◆ testEngineTimeout()
|
protected |
Definition at line 92 of file testEventLoop.cc.
References RecordingEngine::calls, RecordingEngine::lasttimeout, EventLoop::registerEngine(), and EventLoop::runOnce().
◆ testRunOnce()
|
protected |
Definition at line 46 of file testEventLoop.cc.
References RecordingEngine::calls, AsyncEngine::EVENT_IDLE, EVENT_LOOP_TIMEOUT, RecordingEngine::lasttimeout, EventLoop::registerEngine(), EventLoop::run(), and EventLoop::runOnce().
◆ testSetPrimaryEngine()
|
protected |
Definition at line 160 of file testEventLoop.cc.
References EVENT_LOOP_TIMEOUT, RecordingEngine::lasttimeout, EventLoop::registerEngine(), EventLoop::runOnce(), and EventLoop::setPrimaryEngine().
◆ testSetTimeService()
|
protected |
Definition at line 140 of file testEventLoop.cc.
References StubTime::calls, EventLoop::runOnce(), and EventLoop::setTimeService().
The documentation for this class was generated from the following files:
- src/tests/testEventLoop.h
- src/tests/testEventLoop.cc