- Test:
- validate test support for render job planning and dispatch.
Definition at line 53 of file mock-support-test.cpp.
|
virtual | ~Test ()=default |
| this is an interface
|
|
lib::Random | makeRandGen () |
| build a dedicated new RandomGen, seeded from the default-Gen
|
|
virtual void | run (Arg arg)=0 |
|
void | seedRand () |
| draw a new random seed from a common nucleus, and re-seed the default-Gen.
|
|
static string | firstTok (Arg) |
| conveniently pick the first token from the argument line
|
|
static uint | firstVal (Arg, uint=1) |
| conveniently use some number given as argument, with optional default
|
|
◆ simpleUsage()
◆ verify_MockJob()
◆ verify_MockJobTicket()
void verify_MockJobTicket |
( |
| ) |
|
|
inlineprivate |
◆ verify_MockSegmentation()
void verify_MockSegmentation |
( |
| ) |
|
|
inlineprivate |
- Test:
- document and verify usage of a complete mocked Segmentation to back frame dispatch
- default constructed: empty Segmentation
- cover the whole axis with one segment
- partition axis and verify the association of generated jobs
- a fully defined segment within an otherwise empty axis
- complex partitioning (using the »split-splice« mechanism
Definition at line 151 of file mock-support-test.cpp.
References JobTicket::NOP.
◆ verify_MockPrerequisites()
void verify_MockPrerequisites |
( |
| ) |
|
|
inlineprivate |
- Test:
- build a Segment with additional prerequisites, resulting in additional JobTickets to explore and additional prerequisite Jobs to build for each frame.
Definition at line 306 of file mock-support-test.cpp.
◆ verify_MockDispatcherSetup()
void verify_MockDispatcherSetup |
( |
| ) |
|
|
inlineprivate |
The documentation for this class was generated from the following file: