com.pholser.junit.quickcheck.generator
Annotation Type ValuesOf


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@GeneratorConfiguration
public @interface 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.

This annotation is recognized on parameters of type boolean and Enum.



Copyright © 2013. All Rights Reserved.