Test Result : EventLoopSuite
0 failures
(±0)
11 tests
(±0)
All Tests
Test name | Duration | Status |
EventLoop | 3 ms | Passed |
EventLoop: calling stop multiple times should only call onStop once | 0 ms | Passed |
EventLoop: error thrown from onError should not crash the event thread | 2 ms | Passed |
EventLoop: onError | 2 ms | Passed |
EventLoop: onReceive swallows InterruptException | 2 ms | Passed |
EventLoop: post event in multiple threads | 7 ms | Passed |
EventLoop: start and stop | 0 ms | Passed |
EventLoop: stop in eventThread | 1 ms | Passed |
EventLoop: stop() in onError should call onStop | 1 ms | Passed |
EventLoop: stop() in onReceive should call onStop | 1 ms | Passed |
EventLoop: stop() in onStart should call onStop | 1 ms | Passed |