Law3ZIO

zio.test.laws.ZLawsF.Covariant.Law3ZIO
abstract class Law3ZIO[-CapsF[_[_]], -Caps[_], -R](label: String) extends Covariant[CapsF, Caps, R]

Constructs a law from an effectual function taking three parameters.

Attributes

Graph
Supertypes
class Covariant[CapsF, Caps, R]
class Object
trait Matchable
class Any
Self type
Law3ZIO[CapsF, Caps, R]

Members list

Value members

Abstract methods

def apply[F[_] : CapsF, A : Caps, B : Caps, C : Caps](fa: F[A], fb: F[B], fc: F[C]): URIO[R, TestResult]

Concrete methods

final def run[R1 <: R, F[_] : CapsF, A : Caps](genF: GenF[R1, F], gen: Gen[R1, A])(implicit evidence$47: CapsF[F], evidence$48: Caps[A], trace: Trace): ZIO[R1, Nothing, TestResult]

Test that values of type F[+_] satisfy the laws using the specified function to construct a generator of F[A] values given a generator of A values.

Test that values of type F[+_] satisfy the laws using the specified function to construct a generator of F[A] values given a generator of A values.

Attributes

Inherited methods

def +[CapsF1 <: ([x[_]] =>> CapsF[x]), Caps1 <: (Caps), R1 <: R](that: Covariant[CapsF1, Caps1, R1]): Covariant[CapsF1, Caps1, R1]

Combine these laws with the specified laws to produce a set of laws that require both sets of laws to be satisfied.

Combine these laws with the specified laws to produce a set of laws that require both sets of laws to be satisfied.

Attributes

Inherited from:
Covariant