T - type of first parameter of produced functionU - type of second parameter of produced functionpublic class ToIntBiFunctionGenerator<T,U> extends ComponentizedGenerator<ToIntBiFunction>
ToIntBiFunction.| Constructor and Description |
|---|
ToIntBiFunctionGenerator() |
| Modifier and Type | Method and Description |
|---|---|
ToIntBiFunction<T,U> |
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 ToIntBiFunction<T,U> generate(SourceOfRandomness random, GenerationStatus status)
public int numberOfNeededComponents()
numberOfNeededComponents in class Generator<ToIntBiFunction>Copyright © 2019. All rights reserved.