Law2
Constructs a law from a pure function taking two parameters.
Value members
Abstract methods
Concrete methods
final def run[R, A : Caps](gen: Gen[R, A])(implicit evidence$8: Caps[A], trace: Trace): URIO[R, TestResult]
Test that values of type A
satisfy the laws using the specified
generator.
Test that values of type A
satisfy the laws using the specified
generator.
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:
- ZLaws