public class PropertyParameterContext extends Object
| Constructor and Description |
|---|
PropertyParameterContext(ParameterTypeContext typeContext,
int sampleSize) |
| Modifier and Type | Method and Description |
|---|---|
PropertyParameterContext |
addConstraint(When quantifier) |
PropertyParameterContext |
addQuantifier(When quantifier) |
PropertyParameterContext |
annotate(AnnotatedElement element) |
String |
constraint() |
int |
discardRatio() |
boolean |
fixedSeed() |
int |
sampleSize() |
long |
seed() |
ParameterTypeContext |
typeContext() |
public PropertyParameterContext(ParameterTypeContext typeContext, int sampleSize)
public PropertyParameterContext annotate(AnnotatedElement element)
public PropertyParameterContext addQuantifier(When quantifier)
public PropertyParameterContext addConstraint(When quantifier)
public ParameterTypeContext typeContext()
public int sampleSize()
public int discardRatio()
public String constraint()
public boolean fixedSeed()
public long seed()
Copyright © 2016. All rights reserved.