d

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.
www.jfire.link
The Apache Software License, Version 2.0
linbin
文件下载
文件名 操作
dbunit-1.0.jar 下载
dbunit-1.0.pom 下载
dbunit-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>link.jfire</groupId>
  <artifactId>dbunit</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'link.jfire:dbunit:1.0'
Gradle Kotlin
implementation("link.jfire:dbunit:1.0")
Scala SBT
libraryDependencies += "link.jfire" % "dbunit" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='link.jfire', module='dbunit', version='1.0')
)
Apache Ivy
<dependency org="link.jfire" name="dbunit" rev="1.0" />
Leiningen
[link.jfire/dbunit "1.0"]
Apache Buildr
'link.jfire:dbunit:jar:1.0'