final case class Test(repeats: Int, retries: Int, samples: Int, shrinks: Int) extends TestConfig with Product with Serializable
- Annotations
 - @deprecated
 - Deprecated
 (Since version 2.1.8) use TestV2
- Alphabetic
 - By Inheritance
 
- Test
 - Product
 - Equals
 - TestConfig
 - Serializable
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
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
 
 -    def 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
 - 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
 - Test → TestConfig
 
 -    val retries: Int
The number of times to retry flaky tests.
The number of times to retry flaky tests.
- Definition Classes
 - Test → 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
 - Test → TestConfig
 
 -    val shrinks: Int
The maximum number of shrinkings to minimize large failures
The maximum number of shrinkings to minimize large failures
- Definition Classes
 - Test → 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()