| DBUnitDataStateLogger |
Dumps database state during test method invocation, covering
following phases:
before seeding database using provided data sets
after seeding database
after test execution
after cleaning database state
If not configured otherwise it will create following files in the
java.io.tmpdir directory using following pattern:
[full class name]#[test name]-[phase suffix].xml,
where phase suffix is one of the following:
before-seed
after-seed
after-test
after-clean
Created files are in DBUnit FlatXmlDataSet format. |