| Interface | Description |
|---|---|
| IDataGenerator |
Define what can be done by a data generator
|
| Class | Description |
|---|---|
| CompositeDataGenerator |
Use a composite data generator if you want to beneficiate from the power
of automatism around the composite data generator.
|
| DataGeneratorManager |
The data generator manager keep track of factories to ensure only one data generator type
is instantiated during a class test execution.
|
| Exception | Description |
|---|---|
| DataGeneratorException |
Dedicated exception for the generators
|
| Annotation Type | Description |
|---|---|
| DataGenerator |
This annotation is used to configure Data Generators for a test method.
|
| InjectDataGenerator |
Annotation to allow injection of data generators into
other data generators.
|
Copyright © 2015. All rights reserved.