| Modifier and Type | Method and Description |
|---|---|
ParameterTypeContext |
ParameterTypeContext.allowMixedTypes(boolean value) |
ParameterTypeContext |
ParameterTypeContext.annotate(AnnotatedElement element) |
ParameterTypeContext |
ParameterTypeContext.arrayComponentContext() |
ParameterTypeContext |
PropertyParameterContext.typeContext() |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterTypeContext> |
ParameterTypeContext.typeParameterContexts(SourceOfRandomness random) |
| Modifier and Type | Method and Description |
|---|---|
default Generator<?> |
ParameterSampler.decideGenerator(GeneratorRepository repository,
ParameterTypeContext p) |
int |
ParameterSampler.sizeFactor(ParameterTypeContext p) |
| Constructor and Description |
|---|
PropertyParameterContext(ParameterTypeContext typeContext) |
| Modifier and Type | Method and Description |
|---|---|
static StringConversion |
StringConversions.decide(ParameterTypeContext p,
Also also) |
static StringConversion |
StringConversions.decide(ParameterTypeContext p,
Only only) |
| Modifier and Type | Method and Description |
|---|---|
Generator<?> |
GeneratorRepository.generatorFor(ParameterTypeContext parameter) |
Generator<?> |
GeneratorRepository.produceGenerator(ParameterTypeContext parameter) |
| Modifier and Type | Method and Description |
|---|---|
Generator<?> |
TupleParameterSampler.decideGenerator(GeneratorRepository repository,
ParameterTypeContext p) |
Generator<?> |
ExhaustiveParameterSampler.decideGenerator(GeneratorRepository repository,
ParameterTypeContext p) |
int |
TupleParameterSampler.sizeFactor(ParameterTypeContext p) |
int |
ExhaustiveParameterSampler.sizeFactor(ParameterTypeContext p) |
Copyright © 2019. All rights reserved.