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).

MockNeat helps you 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.

  • construct complex collections structures and fill them with random values;

  • instantiate java objects with random values (based on a set of conditions);

  • and much-much more.