d

dbunit-express

The project helps you to setup a DbUnit test using an embedded Derby database by providing an AbstractEmbeddedDbTestCase.java that you extend, instructions for using it, and the utility DatabaseCreator.java for creating and initializing the DB.
http://sourceforge.net/apps/mediawiki/jeeutils/index.php?title=DbUnit_Test_Skeleton
LGPL 2.1
Jakub Holy
Files download
File Operation
dbunit-express-1.3.0.jar download
dbunit-express-1.3.0.pom download
dbunit-express-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.jakubholy.testing</groupId>
  <artifactId>dbunit-express</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'net.jakubholy.testing:dbunit-express:1.3.0'
Gradle Kotlin
implementation("net.jakubholy.testing:dbunit-express:1.3.0")
Scala SBT
libraryDependencies += "net.jakubholy.testing" % "dbunit-express" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.jakubholy.testing', module='dbunit-express', version='1.3.0')
)
Apache Ivy
<dependency org="net.jakubholy.testing" name="dbunit-express" rev="1.3.0" />
Leiningen
[net.jakubholy.testing/dbunit-express "1.3.0"]
Apache Buildr
'net.jakubholy.testing:dbunit-express:jar:1.3.0'