Uses of Class
io.vavr.test.Property.ForAll6
-
Packages that use Property.ForAll6 Package Description io.vavr.test A property check framework built around Property which integrates well with unit test frameworks like junit. -
-
Uses of Property.ForAll6 in io.vavr.test
Methods in io.vavr.test that return Property.ForAll6 Modifier and Type Method Description <T1,T2,T3,T4,T5,T6>
Property.ForAll6<T1,T2,T3,T4,T5,T6>Property. forAll(Arbitrary<T1> a1, Arbitrary<T2> a2, Arbitrary<T3> a3, Arbitrary<T4> a4, Arbitrary<T5> a5, Arbitrary<T6> a6)
Returns a logical for all quantor of 6 given variables.
-