[][src]Module lib3h_zombie_actor::ghost_test_harness

Structs

ProcessingOptions

All configurable parameters when processing an actor.

Constants

DEFAULT_DELAY_INTERVAL_MS
DEFAULT_MAX_ITERS

A test harness for ghost actors. Provides specialized assertion functions to verify predicates have passed, calling the GhostActor or GhostCanTrack process function as many times a necessary until success (up to a hard coded number of iterations, currently). Waits for work to be done. Will interrupt the program if no work was done and should_abort is true

DEFAULT_MAX_RETRIES
DEFAULT_SHOULD_ABORT
DEFAULT_TIMEOUT_MS
DEFAULT_WAIT_DID_WORK_MAX_ITERS
DEFAULT_WAIT_DID_WORK_TIMEOUT_MS