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 project2.8.0

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

Version Details — 2.8.0

Packaging
jar
Direct Deps
8
Total Deps
22
Published
Jun 2, 2024
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...