-
-
Notifications
You must be signed in to change notification settings - Fork 47
Home
Andrei Ciobanu edited this page Feb 24, 2017
·
17 revisions
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.
Using the library:
Real World Examples: