Packages

o

zio.test

DefaultTestRunner

object DefaultTestRunner extends TestRunner[String, ZTest[MockEnvironment, Any, Any], Any, Any]

A Runner that provides a default testable environment.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultTestRunner
  2. TestRunner
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final val defaultTestLogger: TestLogger
    Definition Classes
    TestRunner
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. val executor: TestExecutor[String, ZTest[MockEnvironment, Any, Any], Any, Any]
    Definition Classes
    TestRunner
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. val platform: Platform
    Definition Classes
    TestRunner
  16. val reporter: TestReporter[String, Any, Any]
    Definition Classes
    TestRunner
  17. final def run(spec: Spec[String, ZTest[MockEnvironment, Any, Any]]): URIO[TestLogger with Clock, ExecutedSpec[String, Any, Any]]

    Runs the spec, producing the execution results.

    Runs the spec, producing the execution results.

    Definition Classes
    TestRunner
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. final def unsafeRun(spec: Spec[String, ZTest[MockEnvironment, Any, Any]], testLogger: TestLogger = defaultTestLogger, clock: Clock = Clock.Live): ExecutedSpec[String, Any, Any]

    An unsafe, synchronous run of the specified spec.

    An unsafe, synchronous run of the specified spec.

    Definition Classes
    TestRunner
  20. final def unsafeRunAsync(spec: Spec[String, ZTest[MockEnvironment, Any, Any]], testLogger: TestLogger = defaultTestLogger, clock: Clock = Clock.Live)(k: (ExecutedSpec[String, Any, Any]) ⇒ Unit): Unit

    An unsafe, asynchronous run of the specified spec.

    An unsafe, asynchronous run of the specified spec.

    Definition Classes
    TestRunner
  21. final def unsafeRunSync(spec: Spec[String, ZTest[MockEnvironment, Any, Any]], testLogger: TestLogger = defaultTestLogger, clock: Clock = Clock.Live): Exit[Nothing, ExecutedSpec[String, Any, Any]]

    An unsafe, synchronous run of the specified spec.

    An unsafe, synchronous run of the specified spec.

    Definition Classes
    TestRunner
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def withReporter[L1 >: String, E1 >: Any, S1 >: Any](reporter: TestReporter[L1, E1, S1]): TestRunner[String, ZTest[MockEnvironment, Any, Any], Any, Any]

    Creates a copy of this runner replacing the reporter.

    Creates a copy of this runner replacing the reporter.

    Definition Classes
    TestRunner

Inherited from TestRunner[String, ZTest[MockEnvironment, Any, Any], Any, Any]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped