public class TupleParameterSampler extends Object implements ParameterSampler
| Constructor and Description |
|---|
TupleParameterSampler(int trials) |
| Modifier and Type | Method and Description |
|---|---|
Generator<?> |
decideGenerator(GeneratorRepository repository,
ParameterTypeContext p) |
Stream<List<SeededValue>> |
sample(List<PropertyParameterGenerationContext> parameters) |
int |
sizeFactor(ParameterTypeContext p) |
public int sizeFactor(ParameterTypeContext p)
sizeFactor in interface ParameterSamplerpublic Stream<List<SeededValue>> sample(List<PropertyParameterGenerationContext> parameters)
sample in interface ParameterSamplerpublic Generator<?> decideGenerator(GeneratorRepository repository, ParameterTypeContext p)
decideGenerator in interface ParameterSamplerCopyright © 2019. All rights reserved.