object DefaultTestRunner extends TestRunner[String, ZTest[MockEnvironment, Any, Any], Any, Any]
A Runner that provides a default testable environment.
- Alphabetic
- By Inheritance
- DefaultTestRunner
- TestRunner
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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 clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final val defaultTestLogger: TestLogger
- Definition Classes
- TestRunner
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executor: TestExecutor[String, ZTest[MockEnvironment, Any, Any], Any, Any]
- Definition Classes
- TestRunner
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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()
- val platform: Platform
- Definition Classes
- TestRunner
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reporter: TestReporter[String, Any, Any]
- Definition Classes
- TestRunner
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- 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
- 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
- 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()
- 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