Uses of Class
io.vavr.test.Property.Property2
Packages that use Property.Property2
Package
Description
A property check framework built around Property which integrates well with unit test frameworks like junit.
-
Uses of Property.Property2 in io.vavr.test
Methods in io.vavr.test that return Property.Property2Modifier and TypeMethodDescriptionProperty.ForAll2.suchThat
(CheckedFunction2<T1, T2, Boolean> predicate) Returns a checkable property that checks values of the 2 variables of thisForAll
quantor.