Law2ZIO
Constructs a law from an effectual function taking two parameters.
Value members
Abstract methods
Concrete methods
final def run[R1 <: R, A : Caps](gen: Gen[R1, A])(implicit evidence$10: Caps[A], trace: Trace): ZIO[R1, Nothing, 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