Package org.jcheck.generator

Provides generators for use with JCheck.

See:
          Description

Interface Summary
Gen<T> Interface for all generators.
 

Class Summary
ElementGen<T> Generate a random object from the list of objects in the constructor.
FrequencyGen<T>  
NullGen<T> Generate null instead of objects with a given probability.
OneOfGen<T>  
PercentageGen Generator for doubles in the range [0.0-1.0).
 

Package org.jcheck.generator Description

Provides generators for use with JCheck.