TestConstructor

zio.test.TestConstructor
See theTestConstructor companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

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 AssertEitherConstructor[E, A <: TestResult]: WithOut[Any, Either[E, A], Spec[Any, E]]

Attributes

Inherited from:
TestConstructorLowPriority3
implicit def AssertZIOConstructor[R, E, A <: TestResult]: WithOut[R, ZIO[R, E, A], Spec[R, E]]

Attributes

Inherited from:
TestConstructorLowPriority1
implicit def AssertZSTMConstructor[R, E, A <: TestResult]: WithOut[R, ZSTM[R, E, A], Spec[R, E]]

Attributes

Inherited from:
TestConstructorLowPriority2