Uses of Class
io.vavr.test.Property.Condition
Packages that use Property.Condition
Package
Description
A property check framework built around Property which integrates well with unit test frameworks like junit.
-
Uses of Property.Condition in io.vavr.test
Fields in io.vavr.test declared as Property.ConditionModifier and TypeFieldDescription(package private) static final Property.Condition
Property.Condition.EX_FALSO_QUODLIBET
Fields in io.vavr.test with type parameters of type Property.ConditionModifier and TypeFieldDescriptionprivate final CheckedFunction1
<T1, Property.Condition> Property.Property1.predicate
private final CheckedFunction2
<T1, T2, Property.Condition> Property.Property2.predicate
private final CheckedFunction3
<T1, T2, T3, Property.Condition> Property.Property3.predicate
private final CheckedFunction4
<T1, T2, T3, T4, Property.Condition> Property.Property4.predicate
private final CheckedFunction5
<T1, T2, T3, T4, T5, Property.Condition> Property.Property5.predicate
private final CheckedFunction6
<T1, T2, T3, T4, T5, T6, Property.Condition> Property.Property6.predicate
private final CheckedFunction7
<T1, T2, T3, T4, T5, T6, T7, Property.Condition> Property.Property7.predicate
private final CheckedFunction8
<T1, T2, T3, T4, T5, T6, T7, T8, Property.Condition> Property.Property8.predicate
Constructor parameters in io.vavr.test with type arguments of type Property.ConditionModifierConstructorDescription(package private)
Property1
(String name, Arbitrary<T1> a1, CheckedFunction1<T1, Property.Condition> predicate) (package private)
Property2
(String name, Arbitrary<T1> a1, Arbitrary<T2> a2, CheckedFunction2<T1, T2, Property.Condition> predicate) (package private)
Property3
(String name, Arbitrary<T1> a1, Arbitrary<T2> a2, Arbitrary<T3> a3, CheckedFunction3<T1, T2, T3, Property.Condition> predicate) (package private)
Property4
(String name, Arbitrary<T1> a1, Arbitrary<T2> a2, Arbitrary<T3> a3, Arbitrary<T4> a4, CheckedFunction4<T1, T2, T3, T4, Property.Condition> predicate) (package private)
Property5
(String name, Arbitrary<T1> a1, Arbitrary<T2> a2, Arbitrary<T3> a3, Arbitrary<T4> a4, Arbitrary<T5> a5, CheckedFunction5<T1, T2, T3, T4, T5, Property.Condition> predicate) (package private)
Property6
(String name, Arbitrary<T1> a1, Arbitrary<T2> a2, Arbitrary<T3> a3, Arbitrary<T4> a4, Arbitrary<T5> a5, Arbitrary<T6> a6, CheckedFunction6<T1, T2, T3, T4, T5, T6, Property.Condition> predicate) (package private)
Property7
(String name, Arbitrary<T1> a1, Arbitrary<T2> a2, Arbitrary<T3> a3, Arbitrary<T4> a4, Arbitrary<T5> a5, Arbitrary<T6> a6, Arbitrary<T7> a7, CheckedFunction7<T1, T2, T3, T4, T5, T6, T7, Property.Condition> predicate) (package private)
Property8
(String name, Arbitrary<T1> a1, Arbitrary<T2> a2, Arbitrary<T3> a3, Arbitrary<T4> a4, Arbitrary<T5> a5, Arbitrary<T6> a6, Arbitrary<T7> a7, Arbitrary<T8> a8, CheckedFunction8<T1, T2, T3, T4, T5, T6, T7, T8, Property.Condition> predicate)