Module de.cuioss.test.generator
Interface ExtendibleGenerator<I,T>
- Type Parameters:
I- type of input generatorT- type of generated values
- All Superinterfaces:
Generator<T>
- All Known Subinterfaces:
FrequencyGenerator<T>
- All Known Implementing Classes:
DefaultFrequencyGenerator,StringGenerator
Generator which depends upon other generator instances. After creation new
input generators could be added.
-
Method Summary
-
Method Details
-
add
Add a new generator.- Returns:
- this generator instance
-