Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holyjak/dbunit-express
Speed up DbUnit test setup via convention over configuration, embedded Derby usage, and utilities
https://github.com/holyjak/dbunit-express
Last synced: 2 months ago
JSON representation
Speed up DbUnit test setup via convention over configuration, embedded Derby usage, and utilities
- Host: GitHub
- URL: https://github.com/holyjak/dbunit-express
- Owner: holyjak
- License: epl-1.0
- Created: 2011-09-02T18:41:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T05:59:51.000Z (about 6 years ago)
- Last Synced: 2024-05-01T21:10:10.070Z (8 months ago)
- Language: Java
- Homepage:
- Size: 206 KB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
DbUnit Express
==============DbUnit Express is a wrapper around DbUnit intended to get you started with DB tests in minimal time
by introducing convention over configuration, being preconfigured for an embedded Derby DB, and providing few utilities.For details see [http://jakubholynet.github.com/dbunit-express/](http://jakubholynet.github.com/dbunit-express/).
You can get the binaries via Maven or [download dbunit-express from Maven Central](http://repo1.maven.org/maven2/net/jakubholy/testing/dbunit-express/), see information on the project site.