T - type of parameter and return type of produced operatorpublic class UnaryOperatorGenerator<T> extends ComponentizedGenerator<UnaryOperator>
UnaryOperator.| Constructor and Description |
|---|
UnaryOperatorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
UnaryOperator<T> |
generate(SourceOfRandomness random,
GenerationStatus status) |
int |
numberOfNeededComponents() |
addComponentGenerators, canGenerateForParametersOfTypes, canRegisterAsType, componentGenerators, configure, hasComponents, providecanShrink, compatibleWithTypeParameter, configurationAnnotationsOn, configure, copy, doShrink, gen, gen, magnitude, narrow, shrink, typespublic UnaryOperator<T> generate(SourceOfRandomness random, GenerationStatus status)
public int numberOfNeededComponents()
numberOfNeededComponents in class Generator<UnaryOperator>Copyright © 2019. All rights reserved.