Skip to content
Andrei Ciobanu edited this page Feb 24, 2017 · 17 revisions

Welcome to the MockNeat wiki!

MockNeat is a Java 8+ library that facilitates the generation of random test data for your application(s).

With MockNeat you helps you to create:

  • random values for the basic java types;

  • random time related information;

  • random user information: ids, usernames, emails, names, passwords, etc.;

  • random text based on Markov Models.

  • random data related to networking: ip addresses, mac addresses, urls, etc.

  • random data for financial apps: currencies, money amounts, credit card numbers, etc.

  • random geographical data: country names, cities, etc.

NOTICE: The library is still under heavy development, and there are no stable releases.