[][src]Constant lib3h_zombie_actor::ghost_test_harness::DEFAULT_MAX_ITERS

pub const DEFAULT_MAX_ITERS: u64 = 100;

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