Uses of Class
net.java.quickcheck.CharacteristicException

Packages that use CharacteristicException
net.java.quickcheck   
 

Uses of CharacteristicException in net.java.quickcheck
 

Methods in net.java.quickcheck that throw CharacteristicException
static
<T> void
QuickCheck.forAll(Generator<T> generator, Characteristic<T> characteristic)
          Check the Characteristic for all values generated by the given Generator.
static
<T> void
QuickCheck.forAll(int runs, Generator<T> generator, Characteristic<T> characteristic)
          Check the Characteristic for all values generated by the given Generator.
static
<T> void
QuickCheck.forAllVerbose(Generator<T> generator, Characteristic<T> characteristic)
          Check the Characteristic for all values generated by the given Generator.
static
<T> void
QuickCheck.forAllVerbose(int runs, Generator<T> generator, Characteristic<T> characteristic)
          Check the Characteristic for all values generated by the given Generator.
 



Copyright © 2011. All Rights Reserved.