From a45e16bb586610965b96dd31fe1adafb82852958 Mon Sep 17 00:00:00 2001 From: GabrielJacquier Date: Mon, 17 Apr 2017 11:56:08 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9ecdbb..c8269e9 100644 --- a/README.md +++ b/README.md @@ -772,6 +772,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. * [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. * [JFairy](https://github.com/Codearte/jfairy) - Fake data generator. +* [Fixture](https://github.com/six2six/fixture-factory) - Generator fake objects from a template * [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [JSONAssert](http://jsonassert.skyscreamer.org/) - Simplifies testing of JSON strings. From 66c5649965852ec88b9370ddb52b48a9cea148dd Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 20 Apr 2017 01:24:23 +0200 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 c8269e9..bb6f4af 100644 --- a/README.md +++ b/README.md @@ -772,7 +772,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. * [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. * [JFairy](https://github.com/Codearte/jfairy) - Fake data generator. -* [Fixture](https://github.com/six2six/fixture-factory) - Generator fake objects from a template +* [Fixture](https://github.com/six2six/fixture-factory) - Generates fake objects from a template. * [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [JSONAssert](http://jsonassert.skyscreamer.org/) - Simplifies testing of JSON strings. From eb8aa150811977d65d8d980cd4c4886df82f2184 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 29 Apr 2017 13:07:31 +0200 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 bb6f4af..a08a0fa 100644 --- a/README.md +++ b/README.md @@ -772,7 +772,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. * [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. * [JFairy](https://github.com/Codearte/jfairy) - Fake data generator. -* [Fixture](https://github.com/six2six/fixture-factory) - Generates fake objects from a template. +* [Fixture Factory](https://github.com/six2six/fixture-factory) - Generates fake objects from a template. * [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [JSONAssert](http://jsonassert.skyscreamer.org/) - Simplifies testing of JSON strings.