zio.test.laws.ZLawsF.Invariant.Law2
abstract class Law2[-CapsF[_[_]], -Caps[_]](label: String) extends Invariant[CapsF, Caps, Any]
Constructs a law from a pure function taking two parameters.
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
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
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:
-
Invariant