CheckConstructor

zio.test.CheckConstructor
See theCheckConstructor companion object
trait CheckConstructor[Environment, In]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type OutEnvironment <: Environment
type OutError

Value members

Abstract methods

def apply(input: => In)(implicit trace: Trace): ZIO[OutEnvironment, OutError, TestResult]