unit.2.4.7.source-code.cvs-tests.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbunit Show documentation
Show all versions of dbunit Show documentation
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.
#cvs-tests.driver.class = com.ibm.db2.jcc.DB2Driver
#cvs-tests.url = jdbc:db2://localhost:50001/tests
#cvs-tests.user = db2admin
#cvs-tests.password = db2admin
cvs-tests.driver.class = org.hsqldb.jdbcDriver
cvs-tests.url = jdbc:hsqldb:target/csv/orders-db/orders
cvs-tests.user = sa
cvs-tests.password =
© 2015 - 2024 Weber Informatics LLC | Privacy Policy