Expand description
Testing support for repeated runs
Structs§
- Config
- Configuration variables for a single test run.
Traits§
- Multithreaded
Test Result - Defines how to compose multiple test runs for a kind of test result in a multithreaded executor.
- Test
Result - Defines how to compose multiple test runs for a kind of test result.
Functions§
- run_
singlethreaded_ test - Runs a test in an executor, potentially repeatedly and concurrently
- run_
test - Runs a test in an executor, potentially repeatedly and concurrently
- run_
until_ stalled_ test - Runs a test in an executor until it’s stalled