Uses of Interface
net.java.quickcheck.Characteristic

Packages that use Characteristic
net.java.quickcheck   
net.java.quickcheck.characteristic   
 

Uses of Characteristic in net.java.quickcheck
 

Methods in net.java.quickcheck that return Characteristic
 Characteristic<?> CharacteristicException.getCharateristic()
           
 

Methods in net.java.quickcheck with parameters of type Characteristic
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.
 

Constructors in net.java.quickcheck with parameters of type Characteristic
CharacteristicException(String message, Throwable cause, Characteristic<?> charateristic)
           
CharacteristicException(String message, Throwable cause, Characteristic<?> charateristic, Object instance)
           
 

Uses of Characteristic in net.java.quickcheck.characteristic
 

Classes in net.java.quickcheck.characteristic that implement Characteristic
 class AbstractCharacteristic<T>
          AbstractCharacteristic is an implementation of Characteristic with Classification handling.
 



Copyright © 2011. All Rights Reserved.