Last Version

Express DbUnit with Embedded Derby DB 1.3.0

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.jakubholy.testing
ArtifactId

ArtifactId

dbunit-express
Version

Version

1.3.0
Type

Type

jar
Description

Description

Express DbUnit with Embedded Derby DB
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.
Project URL

Project URL

http://sourceforge.net/apps/mediawiki/jeeutils/index.php?title=DbUnit_Test_Skeleton

Download dbunit-express 1.3.0


<!-- https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/ -->
<dependency>
    <groupId>net.jakubholy.testing</groupId>
    <artifactId>dbunit-express</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/
implementation 'net.jakubholy.testing:dbunit-express:1.3.0'
// https://jarcasting.com/artifacts/net.jakubholy.testing/dbunit-express/
implementation ("net.jakubholy.testing:dbunit-express:1.3.0")
'net.jakubholy.testing:dbunit-express:jar:1.3.0'
<dependency org="net.jakubholy.testing" name="dbunit-express" rev="1.3.0">
  <artifact name="dbunit-express" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jakubholy.testing', module='dbunit-express', version='1.3.0')
)
libraryDependencies += "net.jakubholy.testing" % "dbunit-express" % "1.3.0"
[net.jakubholy.testing/dbunit-express "1.3.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.derby : derby jar 10.8.1.2
org.dbunit : dbunit jar 2.4.8
junit : junit jar [3.8.2,4),[4.9,5)
org.slf4j : slf4j-api jar 1.5.6
org.slf4j : slf4j-simple jar 1.5.6

Project Modules

There are no modules declared in this project.