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
- Host: GitHub
- URL: https://github.com/mageddo/json-unit-mocker
- Owner: mageddo
- License: other
- Created: 2015-06-16T13:56:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T19:16:52.000Z (about 10 years ago)
- Last Synced: 2025-09-03T01:44:23.665Z (9 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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