object TestConfig
- Companion:
- class
Value members
Concrete methods
def live(repeats0: Int, retries0: Int, samples0: Int, shrinks0: Int)(implicit trace: Trace): ZLayer[Any, Nothing, TestConfig]
Constructs a new TestConfig service with the specified settings.
Constructs a new TestConfig service with the specified settings.
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.