Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
steam::engine::test::anonymous_namespace{mock-dispatcher.cpp} Namespace Reference

Classes

class  DummyClosure
 MockJob objects are backed by this closure. More...
 

Functions

const int MAX_PARAM_A (1000)
 random test values 0...1000
 
const int MAX_PARAM_B (10)
 random test values -10...+10
 

Variables

DummyClosure dummyClosure
 actual instance of the test dummy job functor
 
lib::Depend< vault::gear::NopJobFunctornopFunctor
 access to the fallback-implementation for empty segments
 

Function Documentation

◆ MAX_PARAM_A()

const int MAX_PARAM_A ( 1000  )

random test values 0...1000

References MAX_PARAM_A().

Referenced by DummyClosure::Invocation::Invocation(), and MAX_PARAM_A().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ MAX_PARAM_B()

const int MAX_PARAM_B ( 10  )

random test values -10...+10

References MAX_PARAM_B().

Referenced by MAX_PARAM_B().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ dummyClosure

DummyClosure dummyClosure

actual instance of the test dummy job functor

Definition at line 161 of file mock-dispatcher.cpp.

◆ nopFunctor

access to the fallback-implementation for empty segments

Definition at line 164 of file mock-dispatcher.cpp.