An open API service indexing awesome lists of open source software.

https://github.com/mageddo/json-unit-mocker

Json Unit Mocker is simple tool that read in the classpath (or in the specified path) JSON files and convert it to objects that you will can use in yours unit and integration tests as object
https://github.com/mageddo/json-unit-mocker

Last synced: 8 months ago
JSON representation

Json Unit Mocker is simple tool that read in the classpath (or in the specified path) JSON files and convert it to objects that you will can use in yours unit and integration tests as object

Awesome Lists containing this project

README

          

# Introduction
## Welcome to the **JSON UNIT MOCKER**
**Json Unit Mocker** is simple tool that read in the classpath (or in the specified path) **JSON** files and convert it to objects, you will can use this objects in yours unit and integration tests.

## The sequence
1. You write a **JSON** mock
2. The API **read** the **mock** and **convert** it to the **object** that you **specify**
3. You cant use this converted objects in yours tests

## Examples
For examples please read/run the tests in the project