object DefaultTestRunner extends TestRunner[String, ZTest[MockEnvironment, Any]]
A Runner that provides a default testable environment.
- Alphabetic
- By Inheritance
- DefaultTestRunner
- TestRunner
- 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
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- 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()
-
final
def
run(spec: Spec[String, ZTest[MockEnvironment, Any]]): UIO[ExecutedSpec[String]]
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
unsafeRun(spec: Spec[String, ZTest[MockEnvironment, Any]]): ExecutedSpec[String]
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]])(k: (ExecutedSpec[String]) ⇒ 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]]): Exit[Nothing, ExecutedSpec[String]]
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )