Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
dbunit: DBUnit extension for JUnit
- Summary
- DbUnit is a JUnit extension (also usable with Ant) 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.
DbUnit has the ability to export and import your database
data to and from XML datasets. Since version 2.0, DbUnit can
works with very large dataset when use in streaming mode.
DbUnit can also helps you to verify that your database data
match expected set of values.
Arch: noarch
| Download: | dbunit-2.1-4jpp.src.rpm |
| Build Date: | Wed Mar 7 17:17:37 2007 |
| Packager: | Ralph Apel <r.apel@r-apel.de> |
| Size: | 209 KiB |
Changelog
- * Wed Mar 7 11:00:00 2007 Ralph Apel <r.apel at r-apel.de> 0:2.1-4jpp
-
- Add gcj_support option
- Optionally build without maven
- Revert to crimson BR instead of Xerces-j2 to get most unit
tests succeeding with maven
- * Mon Mar 13 11:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> 0:2.1-3jpp
-
- Replace crimson with xerces-j2
- * Fri Mar 10 11:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> 0:2.1-2jpp
-
- First JPP 1.7 build
From Deepak Bhole:
- Changed spec file to have maven build it's repository dynamically.