dbunit

Dbunit is a test database supporting framework. Data can be stored in memory, and in the test after the restore database to achieve the purpose of protection of the scene. Support the database is exported as a spreadsheet, also support the spreadsheet data into database. Convenient the import of test data.

License

License

GroupId

GroupId

link.jfire
ArtifactId

ArtifactId

dbunit
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

dbunit
Dbunit is a test database supporting framework. Data can be stored in memory, and in the test after the restore database to achieve the purpose of protection of the scene. Support the database is exported as a spreadsheet, also support the spreadsheet data into database. Convenient the import of test data.

Download dbunit

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
link.jfire : jfire-baseutil jar 1.0.2
org.apache.poi : poi jar 3.10-FINAL
org.apache.poi : poi-ooxml-schemas jar 3.10-FINAL
org.apache.poi : poi-ooxml jar 3.10-FINAL

test (2)

Group / Artifact Type Version
mysql : mysql-connector-java jar 5.1.18
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0