T - parameters type and return type of produced operatorpublic class BinaryOperatorGenerator<T> extends ComponentizedGenerator<BinaryOperator>
BinaryOperator.| Constructor and Description |
|---|
BinaryOperatorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator<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 BinaryOperator<T> generate(SourceOfRandomness random, GenerationStatus status)
public int numberOfNeededComponents()
numberOfNeededComponents in class Generator<BinaryOperator>Copyright © 2019. All rights reserved.