https://github.com/kaiwinter/dummyjdbc
dummyjdbc answers database requests with dummy data to be independent of an existing database.
https://github.com/kaiwinter/dummyjdbc
dummy-data junit mocking unit-testing
Last synced: 6 months ago
JSON representation
dummyjdbc answers database requests with dummy data to be independent of an existing database.
- Host: GitHub
- URL: https://github.com/kaiwinter/dummyjdbc
- Owner: kaiwinter
- License: apache-2.0
- Created: 2015-05-26T07:17:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T21:01:16.000Z (over 2 years ago)
- Last Synced: 2024-02-04T22:48:08.831Z (over 2 years ago)
- Topics: dummy-data, junit, mocking, unit-testing
- Language: Java
- Homepage:
- Size: 8.07 MB
- Stars: 24
- Watchers: 6
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dummyjdbc
[](https://circleci.com/gh/kaiwinter/dummyjdbc)
dummyjdbc answers database requests of any application with dummy data to be independent of an existing database.
The library can either return dummy values, or values defined by you in a CSV file. The files are determined by the SQL query which makes this a very flexible tool. Also results of Stored Procedures can be mocked with data from CSV files.
For more details please see the [Wiki](https://github.com/kaiwinter/dummyjdbc/wiki)
## dummyjdbc at Maven Central
```xml
com.googlecode.dummyjdbc
dummyjdbc
1.3.1
```
## Overview
