Download dbunit-embeddedderby-parenttest-1.2.0.jar file - Jar d

Jar examples for d:dbunit-embeddedderby-parenttest

Description

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.

You can download jar file dbunit-embeddedderby-parenttest 1.2.0 in this page.

License

LGPL 2.1

Build File

You can use the following script to add dbunit-embeddedderby-parenttest-1.2.0.jar to your project.

<dependency>
   <groupId>net.jakubholy.testing</groupId>
   <artifactId>dbunit-embeddedderby-parenttest</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'net.jakubholy.testing', name: 'dbunit-embeddedderby-parenttest', version: '1.2.0'
libraryDependencies += "net.jakubholy.testing" % "dbunit-embeddedderby-parenttest" % "1.2.0"
<dependency org="net.jakubholy.testing" name="dbunit-embeddedderby-parenttest" rev="1.2.0"/>
@Grapes(@Grab(group='net.jakubholy.testing', module='dbunit-embeddedderby-parenttest', version='1.2.0'))
'net.jakubholy.testing:dbunit-embeddedderby-parenttest:jar:1.2.0'

Download

Click the following link to download the jar file.

dbunit-embeddedderby-parenttest-1.2.0-javadoc.jar
dbunit-embeddedderby-parenttest-1.2.0-sources.jar
dbunit-embeddedderby-parenttest-1.2.0.jar
dbunit-embeddedderby-parenttest-1.2.0.pom



Related Tutorials