mockneat home

mockneat Build Status codecov is “faker-like” arbitrary data-generator open-source library written in Java.

It provides a simple but powerful (fluent) API that enables developers to create json, xml, csv and sql data programmatically.

It can also act as a powerful Random substitute or a mocking library.

To install mockneat from sources or with gradle/maven please check visit the start page.

To find out more about the library’s features, please check the tutorial, or the docs.

If you want to use mockneat to mock REST APIs please check: serverneat.

If you want to see mockneat in action generating SQL Inserts, please check the following repository: neat-sample-database-generators.