From d4d12cd8078767b8c9b4a53680be5bf452e39689 Mon Sep 17 00:00:00 2001 From: marekkapowicki Date: Tue, 14 Mar 2017 09:52:34 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c8dee0..87bb054 100644 --- a/README.md +++ b/README.md @@ -785,6 +785,7 @@ A curated list of awesome Java frameworks, libraries and software. * [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services. +* [JFairy] (https://github.com/Codearte/jfairy) - Java fake data generator ## Utility From 7088b0644b1e2f09d855eaa957057da938b88239 Mon Sep 17 00:00:00 2001 From: marekkapowicki Date: Tue, 14 Mar 2017 10:35:53 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87bb054..1e70d5f 100644 --- a/README.md +++ b/README.md @@ -766,6 +766,7 @@ A curated list of awesome Java frameworks, libraries and software. * [J8Spec](https://github.com/j8spec/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine. * [JSONAssert](http://jsonassert.skyscreamer.org/) - Simplifies testing of JSON strings. * [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. +* [JFairy] (https://github.com/Codearte/jfairy) - Java fake data generator * [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - A TestNG like dataprovider runner for JUnit. @@ -785,7 +786,6 @@ A curated list of awesome Java frameworks, libraries and software. * [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services. -* [JFairy] (https://github.com/Codearte/jfairy) - Java fake data generator ## Utility From 32a9e95c0b0e6da80b7812a72684356ed0ceebe4 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 14 Mar 2017 10:37:58 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e70d5f..030bffe 100644 --- a/README.md +++ b/README.md @@ -766,7 +766,7 @@ A curated list of awesome Java frameworks, libraries and software. * [J8Spec](https://github.com/j8spec/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine. * [JSONAssert](http://jsonassert.skyscreamer.org/) - Simplifies testing of JSON strings. * [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. -* [JFairy] (https://github.com/Codearte/jfairy) - Java fake data generator +* [JFairy] (https://github.com/Codearte/jfairy) - Fake data generator. * [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - A TestNG like dataprovider runner for JUnit.