![]() |
Lumiera 0.pre.04
»edit your freedom«
|
#include "/Werk/devel/lumi/tests/vault/gear/activity-detector.hpp"
Mock setup of the execution context for Activity activation.
The instance executionCtx is wired back with the eventLog_ and allows thus to detect and verify all callbacks from the Activities.
Definition at line 599 of file activity-detector.hpp.
Public Attributes | |
| _DiagnosticFun< SIG_post >::Type | post |
| _DiagnosticFun< SIG_work >::Type | work |
| _DiagnosticFun< SIG_done >::Type | done |
| _DiagnosticFun< SIG_tick >::Type | tick |
| function< Time()> | getSchedTime = [this]{ return SCHED_TIME_MARKER;} |
Public Member Functions | |
| FakeExecutionCtx (ActivityDetector &detector) | |
| operator string () const | |
|
inline |
Definition at line 608 of file activity-detector.hpp.
|
inline |
Definition at line 615 of file activity-detector.hpp.
| _DiagnosticFun<SIG_post>::Type post |
Definition at line 601 of file activity-detector.hpp.
Referenced by SchedulerActivity_test::scenario_IOJob(), and SchedulerActivity_test::scenario_Notification().
| _DiagnosticFun<SIG_work>::Type work |
Definition at line 602 of file activity-detector.hpp.
Referenced by SchedulerCommutator_test::integratedWorkCycle().
| _DiagnosticFun<SIG_done>::Type done |
Definition at line 603 of file activity-detector.hpp.
| _DiagnosticFun<SIG_tick>::Type tick |
Definition at line 604 of file activity-detector.hpp.
| function<Time()> getSchedTime = [this]{ return SCHED_TIME_MARKER;} |
Definition at line 606 of file activity-detector.hpp.
Referenced by SchedulerCommutator_test::demonstrateSimpleUsage(), SchedulerActivity_test::dispatchChain(), SchedulerCommutator_test::integratedWorkCycle(), and SchedulerActivity_test::scenario_RenderJob().
Collaboration diagram for ActivityDetector::FakeExecutionCtx: