Uses of Package
com.pholser.junit.quickcheck.generator

Packages that use com.pholser.junit.quickcheck.generator
com.pholser.junit.quickcheck.generator   
com.pholser.junit.quickcheck.internal   
com.pholser.junit.quickcheck.internal.generator   
 

Classes in com.pholser.junit.quickcheck.generator used by com.pholser.junit.quickcheck.generator
GenerationStatus
          Generators are fed instances of this interface on each generation so that, if they choose, the generators can use these instances to influence the results of a generation for a particular theory parameter.
Generator
          Produces values for theory parameters.
GeneratorConfiguration
          Apply this annotation to an annotation that marks theory parameters, in order that the marked annotation can be used to configure generators for values of the theory parameter's type.
 

Classes in com.pholser.junit.quickcheck.generator used by com.pholser.junit.quickcheck.internal
Generator
          Produces values for theory parameters.
 

Classes in com.pholser.junit.quickcheck.generator used by com.pholser.junit.quickcheck.internal.generator
GenerationStatus
          Generators are fed instances of this interface on each generation so that, if they choose, the generators can use these instances to influence the results of a generation for a particular theory parameter.
Generator
          Produces values for theory parameters.
ValuesOf
          Mark a parameter of a Theory method already marked with ForAll with this annotation to generate all the parameter type's values in turn, rather than at random.
 



Copyright © 2013. All Rights Reserved.