public class PropertyParameterGenerationContext extends Object implements GenerationStatus
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyParameterGenerationContext.DiscardRatioExceededException |
| Constructor and Description |
|---|
PropertyParameterGenerationContext(PropertyParameterContext parameter,
GeneratorRepository repository,
GeometricDistribution distro,
SourceOfRandomness random,
org.slf4j.Logger seedLog) |
| Modifier and Type | Method and Description |
|---|---|
int |
attempts() |
Object |
generate() |
List<Object> |
shrink(Object larger) |
int |
size() |
public PropertyParameterGenerationContext(PropertyParameterContext parameter, GeneratorRepository repository, GeometricDistribution distro, SourceOfRandomness random, org.slf4j.Logger seedLog)
public Object generate()
public int size()
size in interface GenerationStatuspublic int attempts()
attempts in interface GenerationStatusCopyright © 2016. All rights reserved.