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

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