Uses of Class
de.cuioss.test.generator.internal.net.java.quickcheck.CharacteristicException
-
Packages that use CharacteristicException Package Description de.cuioss.test.generator.internal.net.java.quickcheck -
-
Uses of CharacteristicException in de.cuioss.test.generator.internal.net.java.quickcheck
Methods in de.cuioss.test.generator.internal.net.java.quickcheck that throw CharacteristicException 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.
-