dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
Version2.3.0compared with
Version Details
| 2.2.3 | 2.3.0 | |
|---|---|---|
| Release date | May 23, 2008 | Sep 13, 2008 |
| Licenses | LGPL 2.1 | LGPL 2.1 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 2.2.3 | 2.3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.apache.poi » poi | - | 3.1-FINAL |
| - Removed | poi » poi | 2.5.1-final-20040804 | - |
Test Changes (1)
| 2.2.3 | 2.3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.apache.derby » derby | - | 10.4.1.3 |
