Object

zio.test

DefaultTestRunner

Related Doc: package test

Permalink

object DefaultTestRunner extends TestRunner[TestEnvironment, String, Either[TestFailure[Nothing], TestSuccess[Any]], Any, Any]

A Runner that provides a default testable environment.

Linear Supertypes
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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final val defaultTestLogger: TestLogger

    Permalink
    Definition Classes
    TestRunner
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. val executor: TestExecutor[TestEnvironment, String, Either[TestFailure[Nothing], TestSuccess[Any]], Any, Any]

    Permalink
    Definition Classes
    TestRunner
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. val platform: Platform

    Permalink
    Definition Classes
    TestRunner
  16. val reporter: TestReporter[String, Any, Any]

    Permalink
    Definition Classes
    TestRunner
  17. final def run(spec: Spec[TestEnvironment, Any, String, Either[TestFailure[Nothing], TestSuccess[Any]]]): URIO[TestLogger with Clock, ExecutedSpec[String, Any, Any]]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  19. final def unsafeRun(spec: Spec[TestEnvironment, Any, String, Either[TestFailure[Nothing], TestSuccess[Any]]], testLogger: TestLogger = defaultTestLogger, clock: Clock = Clock.Live): ExecutedSpec[String, Any, Any]

    Permalink

    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[TestEnvironment, Any, String, Either[TestFailure[Nothing], TestSuccess[Any]]], testLogger: TestLogger = defaultTestLogger, clock: Clock = Clock.Live)(k: (ExecutedSpec[String, Any, Any]) ⇒ Unit): Unit

    Permalink

    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[TestEnvironment, Any, String, Either[TestFailure[Nothing], TestSuccess[Any]]], testLogger: TestLogger = defaultTestLogger, clock: Clock = Clock.Live): Exit[Nothing, ExecutedSpec[String, Any, Any]]

    Permalink

    An unsafe, synchronous run of the specified spec.

    An unsafe, synchronous run of the specified spec.

    Definition Classes
    TestRunner
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def withReporter[L1 >: String, E1 >: Any, S1 >: Any](reporter: TestReporter[L1, E1, S1]): TestRunner[TestEnvironment, String, Either[TestFailure[Nothing], TestSuccess[Any]], Any, Any]

    Permalink

    Creates a copy of this runner replacing the reporter.

    Creates a copy of this runner replacing the reporter.

    Definition Classes
    TestRunner

Inherited from TestRunner[TestEnvironment, String, Either[TestFailure[Nothing], TestSuccess[Any]], Any, Any]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped