org.unitils.dbunit.annotation |
|
Java Source File Name | Type | Comment |
DataSet.java | Annotation | Annotation indicating that a data set should be loaded before the test run.
If a class is annotated, a test data set will be loaded before the execution of each of the test methods in
the class. |
ExpectedDataSet.java | Annotation | Annotation indicating that after having executed a test method, the contents of the unit test database should be
equal to the contents of a data set.
If a class is annotated, the content of the unit test database will be compared with a dataset after the execution
of each of the test methods in the class. |