From 4da9580805ab49a6507b6ce1051393c1a34652f2 Mon Sep 17 00:00:00 2001 From: keepcosmos Date: Sat, 23 Sep 2017 20:25:03 +0900 Subject: [PATCH 1/2] add beanmother --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99ab487..cf0b6db 100644 --- a/README.md +++ b/README.md @@ -777,6 +777,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. * [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. +* [Beanmother](https://github.com/keepcosmos/beanmother) - A library for setting up Java Bean as test data. * [Burst](https://github.com/square/burst) - A unit testing library for varying test data. * [Citrus](http://citrusframework.org/) - Integration testing framework that focuses on both client- and server-side messaging. * [ConcurrentUnit](https://github.com/jhalterman/concurrentunit) - Toolkit for testing multi-threaded and asynchronous applications. From 3416e6fc884bc5270b559e368bcb6886f5ac8985 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 24 Oct 2017 13:28:32 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf0b6db..5a3ffef 100644 --- a/README.md +++ b/README.md @@ -777,7 +777,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. * [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. -* [Beanmother](https://github.com/keepcosmos/beanmother) - A library for setting up Java Bean as test data. +* [Beanmother](https://github.com/keepcosmos/beanmother) - Sets up beans from YAML fixtures. * [Burst](https://github.com/square/burst) - A unit testing library for varying test data. * [Citrus](http://citrusframework.org/) - Integration testing framework that focuses on both client- and server-side messaging. * [ConcurrentUnit](https://github.com/jhalterman/concurrentunit) - Toolkit for testing multi-threaded and asynchronous applications.