Law1M
Constructs a law from an effectual function taking a single parameter.
Value members
Abstract methods
Concrete methods
final def run[R1 <: R & TestConfig, F[_] : CapsF, A : Caps](genF: GenF[R1, F], gen: Gen[R1, A]): 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.
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:
- Covariant