blob: c458ed999864dfdffde2c7c9aa5f1aff98ef0ef8 [file] [log] [blame]
\u001B[1mSYNOPSIS\u001B[0m
${project.description}
Original Maven URL:
\u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
\u001B[1mDESCRIPTION\u001B[0m
DbUnit is a JUnit extension (also usable with Ant) targeted at 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.
DbUnit has the ability to export and import your database data to and from XML datasets. Since version 2.0, DbUnit
can also work with very large datasets when used in streaming mode. DbUnit can also help you to verify that your
database data match an expected set of values.
\u001B[1mSEE ALSO\u001B[0m
\u001B[36mhttp://www.dbunit.org/\u001B[0m