Packages

object TestConfig extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestConfig
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class TestV2(repeats: Int, retries: Int, samples: Int, shrinks: Int, checkAspect: CheckAspect) extends TestConfig with Product with Serializable

Deprecated Type Members

  1. 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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkAspect(implicit trace: Trace): URIO[Any, CheckAspect]

    Action that should be performed on each check sample.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val default: ZLayer[Any, Nothing, TestConfig]

    Constructs a new TestConfig with the default settings.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def live(repeats: Int, retries: Int, samples: Int, shrinks: Int, checkAspect: CheckAspect)(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.

    Note: manual overload instead of default argument for binary compatibility. Remove in next major version.

  14. def live(repeats: Int, retries: Int, samples: Int, shrinks: Int)(implicit trace: Trace): ZLayer[Any, Nothing, TestConfig]

    Constructs a new TestConfig service with the specified settings.

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def repeats(implicit trace: Trace): URIO[Any, Int]

    The number of times to repeat tests to ensure they are stable.

  19. def retries(implicit trace: Trace): URIO[Any, Int]

    The number of times to retry flaky tests.

  20. def samples(implicit trace: Trace): URIO[Any, Int]

    The number of sufficient samples to check for a random variable.

  21. def shrinks(implicit trace: Trace): URIO[Any, Int]

    The maximum number of shrinkings to minimize large failures

  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. val tag: Tag[TestConfig]
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped