| Class | Description |
|---|---|
| DbSetup |
Allows executing a sequence of database operations.
|
| DbSetupTracker |
This class allows speeding up test execution, by avoiding re-executing the same sequence of database operations
before each test method even if each of these test methods leaves the database as it is (and only performs read-only
operations, which is the most frequent case).
|
| Operations |
A static factory class for operations.
|
| Exception | Description |
|---|---|
| DbSetupRuntimeException |
A runtime exception indicating that a DbSetup failed.
|