| Class | Description |
|---|---|
| UnitTestDataUtils |
Utilities for unit test data annotations.
|
| Enum | Description |
|---|---|
| UnitTestData.Type |
| Annotation Type | Description |
|---|---|
| PerSuiteUnitTestData |
Annotation for a configuring the one time (per test class) test data.
|
| PerTestUnitTestData |
Annotation for a configuring the one time (per suite) test data.
|
| UnitTestData |
Annotation for loading/running data before unit test runs.
|
| UnitTestFile |
Annotation for a single SQL file (and delimiter) containing a list of statements to be run before a method, set of tests,
or testing suite.
|
| UnitTestSql |
Annotation for a single SQL Statement to be run before a method, set of tests, or testing suite.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.