Law1
Constructs a law from a pure function taking a single parameter.
Value members
Abstract methods
Concrete methods
final def run[R <: TestConfig, F[_, _] : CapsBothF, A : CapsLeft, B : CapsRight](genF: GenF2[R, F], gen: Gen[R, B]): URIO[R, TestResult]
Test that values of type F[+_,-_] satisfy the laws using the specified
function to construct a generator of F[A,B] values given a generator of
B values.
Test that values of type F[+_,-_] satisfy the laws using the specified
function to construct a generator of F[A,B] values given a generator of
B values.
Inherited methods
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.
- Inherited from:
- Divariant