Add Java Faker

This commit is contained in:
Andreas Kull
2018-10-19 13:44:36 +02:00
parent 8606abc11a
commit b8ac19d819

View File

@ -896,6 +896,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [Fixture Factory](https://github.com/six2six/fixture-factory) - Generates fake objects from a template.
- [JFairy](https://github.com/Codearte/jfairy) - Fake data generator.
- [Randomized Testing](https://github.com/randomizedtesting/randomizedtesting) - JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
- [Java Faker](https://github.com/DiUS/java-faker) - A port of Ruby's fake data generator.
#### Frameworks