Uses of Interface
io.vavr.test.CheckResult
-
Packages that use CheckResult Package Description io.vavr.test A property check framework built around Property which integrates well with unit test frameworks like junit. -
-
Uses of CheckResult in io.vavr.test
Classes in io.vavr.test that implement CheckResult Modifier and Type Class Description static classCheckResult.ErroneousRepresents an erroneous property check.static classCheckResult.FalsifiedRepresents a falsified property check.static classCheckResult.SatisfiedRepresents a satisfied property check.Methods in io.vavr.test that return CheckResult Modifier and Type Method Description default CheckResultCheckable. check()Checks this property using the default random number generatorCheckable.RNGby callingCheckable.check(int, int), where size isCheckable.DEFAULT_SIZEand tries isCheckable.DEFAULT_TRIES.default CheckResultCheckable. check(int size, int tries)Checks this property using the default random number generatorCheckable.RNG.CheckResultCheckable. check(java.util.Random randomNumberGenerator, int size, int tries)Checks this property.CheckResultProperty.Property1. check(java.util.Random random, int size, int tries)CheckResultProperty.Property2. check(java.util.Random random, int size, int tries)CheckResultProperty.Property3. check(java.util.Random random, int size, int tries)CheckResultProperty.Property4. check(java.util.Random random, int size, int tries)CheckResultProperty.Property5. check(java.util.Random random, int size, int tries)CheckResultProperty.Property6. check(java.util.Random random, int size, int tries)CheckResultProperty.Property7. check(java.util.Random random, int size, int tries)CheckResultProperty.Property8. check(java.util.Random random, int size, int tries)
-