Uses of Interface
de.cuioss.test.generator.internal.net.java.quickcheck.Characteristic
-
Packages that use Characteristic Package Description de.cuioss.test.generator.internal.net.java.quickcheck de.cuioss.test.generator.internal.net.java.quickcheck.characteristic -
-
Uses of Characteristic in de.cuioss.test.generator.internal.net.java.quickcheck
Methods in de.cuioss.test.generator.internal.net.java.quickcheck that return Characteristic Modifier and Type Method Description Characteristic<?>CharacteristicException. getCharateristic()Methods in de.cuioss.test.generator.internal.net.java.quickcheck with parameters of type Characteristic Modifier and Type Method Description static <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 Characteristic Constructor Description CharacteristicException(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 Characteristic Modifier and Type Class Description classAbstractCharacteristic<T>
-