com.pholser.junit.quickcheck.internal
Class ParameterContext
java.lang.Object
com.pholser.junit.quickcheck.internal.ParameterContext
public class ParameterContext
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterContext
public ParameterContext(Type parameterType)
addQuantifier
public ParameterContext addQuantifier(ForAll quantifier)
addConstraint
public ParameterContext addConstraint(SuchThat expression)
addGenerators
public ParameterContext addGenerators(From generators)
addConfigurations
public ParameterContext addConfigurations(List<Annotation> generatorConfigurations)
addConfiguration
public void addConfiguration(Class<? extends Annotation> annotationType,
Annotation configuration)
parameterType
public Type parameterType()
sampleSize
public int sampleSize()
discardRatio
public int discardRatio()
constraint
public String constraint()
explicitGenerator
public Generator<?> explicitGenerator()
configurations
public Map<Class<? extends Annotation>,Annotation> configurations()
Copyright © 2013. All Rights Reserved.