| Package | Description |
|---|---|
| org.cthul.fixsure.generators.composite |
| Class and Description |
|---|
| DistinctGenerator
Uses a HashSet to ensure values are not returned twice.
|
| FilteringGenerator
Uses a HashSet to ensure values are not returned twice.
|
| FlatMappingGenerator |
| GeneratorQueue
A queue of generators that fetches a certain number of elements from
each and then uses the next.
|
| GeneratorQueue.Fetch |
| MappingGenerator |
| MergingGenerator
Merges multiple generators that produce sorted values into one.
|
| MixingGenerator
Produces values from randomly selected generators.
|
| RandomizedSequenceGenerator
Randomly selects elements from a sequence.
|
| RepeatingGenerator
Converts a list of finite generators into an inifinte generator.
|
| RoundRobinGenerator |
| RoundRobinSequence |
| ShuffledSequenceGenerator
Returns the elements of a sequence in random order.
|
| ShufflingGenerator |
Copyright © 2019. All rights reserved.