[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from ReactorTest
[ RUN      ] ReactorTest.TestFunctionIsCalled
[       OK ] ReactorTest.TestFunctionIsCalled (8 ms)
[ RUN      ] ReactorTest.TestFunctionIsCalledAtTheRightTime
[       OK ] ReactorTest.TestFunctionIsCalledAtTheRightTime (102 ms)
[ RUN      ] ReactorTest.TestFunctionIsCalledIfReactorShutdown
[       OK ] ReactorTest.TestFunctionIsCalledIfReactorShutdown (2 ms)
[ RUN      ] ReactorTest.TestReschedulesOnSameReactorThread
[       OK ] ReactorTest.TestReschedulesOnSameReactorThread (2 ms)
[----------] 4 tests from ReactorTest (117 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (117 ms total)
[  PASSED  ] 4 tests.
