The TestConfig
service provides access to default configuration settings
used by ZIO Test, including the number of times to repeat tests to ensure
they are stable, the number of times to retry flaky tests, the sufficient
number of samples to check from a random variable, and the maximum number of
shrinkings to minimize large failures.
- Companion:
- object
Value members
Abstract methods
The number of times to repeat tests to ensure they are stable.
The number of times to repeat tests to ensure they are stable.
The number of sufficient samples to check for a random variable.
The number of sufficient samples to check for a random variable.