| Class | Description |
|---|---|
| ColumnsHolder | |
| DataSetComparator | |
| DataSetUtils | |
| DBUnitDatabaseConnectionProvider |
Injects DBUnit database connection through
ArquillianResource annotation to the test class instance. |
| DBUnitDataHandler | |
| 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
|
| DBUnitPersistenceTestLifecycleHandler |
Copyright © 2018 JBoss by Red Hat. All rights reserved.