Uses of Interface
de.cuioss.test.generator.internal.net.java.quickcheck.Characteristic
Packages that use Characteristic
Package
Description
-
Uses of Characteristic in de.cuioss.test.generator.internal.net.java.quickcheck
Methods in de.cuioss.test.generator.internal.net.java.quickcheck with parameters of type CharacteristicModifier and TypeMethodDescriptionstatic <T> voidQuickCheck.forAll(int runs, Generator<T> generator, Characteristic<T> characteristic) Check theCharacteristicfor all values generated by the givenGenerator.static <T> voidQuickCheck.forAll(Generator<T> generator, Characteristic<T> characteristic) Check theCharacteristicfor all values generated by the givenGenerator.static <T> voidQuickCheck.forAllVerbose(int runs, Generator<T> generator, Characteristic<T> characteristic) Check theCharacteristicfor all values generated by the givenGenerator.static <T> voidQuickCheck.forAllVerbose(Generator<T> generator, Characteristic<T> characteristic) Check theCharacteristicfor all values generated by the givenGenerator.Constructors in de.cuioss.test.generator.internal.net.java.quickcheck with parameters of type CharacteristicModifierConstructorDescriptionCharacteristicException(String message, Throwable cause, Characteristic<?> charateristic) CharacteristicException(String message, Throwable cause, Characteristic<?> charateristic, Object instance) -
Uses of Characteristic in de.cuioss.test.generator.internal.net.java.quickcheck.characteristic
Classes in de.cuioss.test.generator.internal.net.java.quickcheck.characteristic that implement CharacteristicModifier and TypeClassDescriptionclass