dbunit

org.dbunit

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.

Recommended: 3.4.0 32 versions jar Updated 1 year ago GNU Lesser General Public License, Version 2.1Checking...

Add to your project3.2.0

<dependency>
    <groupId>org.dbunit</groupId>
    <artifactId>dbunit</artifactId>
    <version>3.2.0</version>
</dependency>

Version Details — 3.2.0

Packaging
jar
Direct Deps
7
Total Deps
27
Published
Unknown
License
GNU Lesser General Public License, Version 2.1

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.

Checking security advisories...