|
Annotation Types Summary |
| 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. |