Uses of Interface
io.vavr.test.CheckResult
Packages that use CheckResult
Package
Description
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 CheckResultModifier and TypeClassDescriptionstatic classRepresents an erroneous property check.static classRepresents a falsified property check.static classRepresents a satisfied property check.Methods in io.vavr.test that return CheckResultModifier and TypeMethodDescriptiondefault 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.Checks this property.