From 68551167cb0a6683ca43d036ab3ec8e2de7055af Mon Sep 17 00:00:00 2001 From: Fidel Guico Date: Mon, 4 Jul 2016 18:03:17 +0800 Subject: [PATCH 1/2] Add Quartz and JBehave --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bdf89e..cb803aa 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. * [JUnit](http://junit.org/) - Common testing framework. * [Launch4j](http://launch4j.sourceforge.net/) - Wraps JARs in lightweight and native Windows executables. +* [Quartz](https://github.com/quartz-scheduler/quartz) - a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system. * [TestNG](http://testng.org/) - Testing framework. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. @@ -664,6 +665,7 @@ A curated list of awesome Java frameworks, libraries and software. * [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [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 * [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. From 0aae32806d2d3a45245596c17aefa7e83dc5b1ec Mon Sep 17 00:00:00 2001 From: Fidel Guico Date: Sat, 9 Jul 2016 12:14:50 +0800 Subject: [PATCH 2/2] Refactor description for Quartz and JBehave. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb803aa..2fdf4b4 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. * [JUnit](http://junit.org/) - Common testing framework. * [Launch4j](http://launch4j.sourceforge.net/) - Wraps JARs in lightweight and native Windows executables. -* [Quartz](https://github.com/quartz-scheduler/quartz) - a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system. +* [Quartz](https://github.com/quartz-scheduler/quartz) - Open-source job scheduler library with Apache 2.0 license. * [TestNG](http://testng.org/) - Testing framework. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. @@ -665,7 +665,7 @@ A curated list of awesome Java frameworks, libraries and software. * [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [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 +* [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. * [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.