All Projects → kaiwinter → dummyjdbc

kaiwinter / dummyjdbc

Licence: Apache-2.0 License
dummyjdbc answers database requests with dummy data to be independent of an existing database.

Programming Languages

java
68154 projects - #9 most used programming language
AspectJ
31 projects

Projects that are alternatives of or similar to dummyjdbc

trx2junit
Transforms XML from trx-Testresults to JUnit-Testresults / trx to JUnit XML and the other way round
Stars: ✭ 42 (+110%)
Mutual labels:  unit-testing, junit
Mocktopus
Mocking framework for Rust
Stars: ✭ 179 (+795%)
Mutual labels:  unit-testing, mocking
Spring Data Mock
Mock facility for Spring Data repositories
Stars: ✭ 110 (+450%)
Mutual labels:  unit-testing, mocking
Cuckoo
Boilerplate-free mocking framework for Swift!
Stars: ✭ 1,344 (+6620%)
Mutual labels:  unit-testing, mocking
EntityFrameworkCore.AutoFixture
A library aimed to minimize the boilerplate required to unit-test Entity Framework Core code using AutoFixture and in-memory providers.
Stars: ✭ 31 (+55%)
Mutual labels:  unit-testing, mocking
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (+400%)
Mutual labels:  unit-testing, mocking
Spectrum
A BDD-style test runner for Java 8. Inspired by Jasmine, RSpec, and Cucumber.
Stars: ✭ 142 (+610%)
Mutual labels:  unit-testing, junit
Cmockery
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
Stars: ✭ 697 (+3385%)
Mutual labels:  unit-testing, mocking
Sinon Jest Cheatsheet
Some examples on how to achieve the same goal with either of both libraries: sinon and jest. Also some of those goals achievable only by one of these tools.
Stars: ✭ 226 (+1030%)
Mutual labels:  unit-testing, mocking
Androidunittest
Save time & clear your unit tests on Android !
Stars: ✭ 205 (+925%)
Mutual labels:  unit-testing, junit
Vcr
Record HTTP calls and replay them
Stars: ✭ 54 (+170%)
Mutual labels:  unit-testing, mocking
EasyUtAndroid
Android unit testing example 全面的android应用单元测试方法及案例
Stars: ✭ 21 (+5%)
Mutual labels:  unit-testing, junit
Mockstar
Demo project on How to be a Mockstar using Mockito and MockWebServer.
Stars: ✭ 53 (+165%)
Mutual labels:  unit-testing, mocking
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (+425%)
Mutual labels:  unit-testing, mocking
Junit Extensions
JUnit5 extensions library including JUnit5 equivalents of some of the common JUnit4 rules: ExpectedException, TemporaryFolder etc
Stars: ✭ 39 (+95%)
Mutual labels:  unit-testing, junit
Test Smells
Test Smells for Android developers
Stars: ✭ 120 (+500%)
Mutual labels:  unit-testing, junit
Firebase Mock
Firebase mock library for writing unit tests
Stars: ✭ 319 (+1495%)
Mutual labels:  unit-testing, mocking
System Rules
A collection of JUnit rules for testing code which uses java.lang.System.
Stars: ✭ 492 (+2360%)
Mutual labels:  unit-testing, junit
Truth
Fluent assertions for Java and Android
Stars: ✭ 2,359 (+11695%)
Mutual labels:  unit-testing, junit
umock-c
A pure C mocking library
Stars: ✭ 29 (+45%)
Mutual labels:  unit-testing, mocking

dummyjdbc

CircleCI

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

dummyjdbc at Maven Central

<dependency>
   <groupId>com.googlecode.dummyjdbc</groupId>
   <artifactId>dummyjdbc</artifactId>
   <version>1.3.1</version>
</dependency>

Overview

Design

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].