| Interface | Description |
|---|---|
| Fixture |
Base interface for all kind of fixtures.
|
| ObjectFixture<T> |
Loads entities instance into database.
|
| RawFixture |
A fixture that is loaded via a file containing raw database statements.
|
| ScrollableFixture |
A fixture that acts like an
Iterator to return entities. |
| TransformableFixture |
A fixture that is not loadable into database without being transformed to another kind of fixture.
|
| Class | Description |
|---|---|
| BaseObjectFixture<T extends BaseObjectFixture> |
Base class for
ObjectFixture implementations. |
| CleaningFixture |
A fixture that only truncates tables but does not insert an data into them.
|
| GeneratedFixture |
Generate entities on the fly.
|
| MappingFixture |
A simple fixture that loads a collection of entities.
|
| SpringFixture |
Loads the entities from a Spring context.
|
| SqlFileFixture |
Loads data from a SQL file.
|
| SqlFixture |
Load data from SQL queries.
|
| XmlFileFixture |
Loads fixture from DbUnit-like XML files.
|
Copyright © 2014. All Rights Reserved.