From 616387f6eac2497b91400a2a897744a83f2a5a2b Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 10 Sep 2015 15:43:33 +0200 Subject: [PATCH] Added JGiven JGiven is a developer-friendly BDD testing framework that is compatible with JUnit and TestNG. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8357c6..bab0ea1 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Cucumber](https://github.com/cucumber/cucumber-jvm) - BDD testing framework. * [Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. +* [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](http://junit.org/) - Common testing framework. * [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD.