TestConstructor

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type WithOut[Environment, In, Out0] = TestConstructor[Environment, In] { type Out = Out0; }

Implicits

Implicits

implicit def AssertConstructor[A <: TestResult]: WithOut[Any, A, Spec[Any, Nothing]]

Inherited implicits

implicit def AssertZIOConstructor[R, E, A <: TestResult]: WithOut[R, ZIO[R, E, A], Spec[R, E]]
implicit def AssertZSTMConstructor[R, E, A <: TestResult]: WithOut[R, ZSTM[R, E, A], Spec[R, E]]