final case class TestV2(repeats: Int, retries: Int, samples: Int, shrinks: Int, checkAspect: CheckAspect) extends TestConfig with Product with Serializable
- Alphabetic
- By Inheritance
- TestV2
- Product
- Equals
- TestConfig
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val checkAspect: CheckAspect
Aspect that should be applied to each check sample.
Aspect that should be applied to each check sample.
NOTE: default implementation for backward compatibility. Remove in next major version.
- Definition Classes
- TestV2 → TestConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repeats: Int
The number of times to repeat tests to ensure they are stable.
The number of times to repeat tests to ensure they are stable.
- Definition Classes
- TestV2 → TestConfig
- val retries: Int
The number of times to retry flaky tests.
The number of times to retry flaky tests.
- Definition Classes
- TestV2 → TestConfig
- val samples: Int
The number of sufficient samples to check for a random variable.
The number of sufficient samples to check for a random variable.
- Definition Classes
- TestV2 → TestConfig
- val shrinks: Int
The maximum number of shrinkings to minimize large failures
The maximum number of shrinkings to minimize large failures
- Definition Classes
- TestV2 → TestConfig
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()