abstract
class
JUnitRunnableSpec extends DefaultRunnableSpec
Instance Constructors
-
new
JUnitRunnableSpec()
Type Members
-
type
Environment = environment.TestEnvironment
-
type
Failure = Any
Abstract Value Members
-
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
aspects: List[TestAspect[Nothing, environment.TestEnvironment, Nothing, Any]]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
platform: Platform
-
final
def
run: URIO[TestLogger with Clock, ExecutedSpec[Failure]]
-
def
runner: TestRunner[environment.TestEnvironment, Any]
-
def
suite[R, E, T](label: String)(specs: Spec[R, E, T]*): Spec[R, E, T]
-
def
suiteM[R, E, T](label: String)(specs: ZIO[R, E, Iterable[Spec[R, E, T]]]): Spec[R, E, T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
test(label: String)(assertion: ⇒ TestResult)(implicit loc: SourceLocation): ZSpec[Any, Nothing]
-
def
testM[R, E](label: String)(assertion: ⇒ ZIO[R, E, TestResult])(implicit loc: SourceLocation): ZSpec[R, E]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from RunnableSpec[environment.TestEnvironment, Any]
Inherited from AnyRef
Inherited from Any