Mockneat
is an 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 programatically.
It can also act as a powerful Random substitute or a mocking library.
Official Documentation: www.mockneat.com
Official Tutorial: www.mockneat.com
If you want to use mockneat to mock REST APIs checkout my other project: serverneat.
Installing
>= 0.4.4
Maven:
<dependency>
<groupId>net.andreinc</groupId>
<artifactId>mockneat</artifactId>
<version>0.4.8</version>
</dependency>
Gradle: