Added JGiven

JGiven is a developer-friendly BDD testing framework that is compatible with JUnit and TestNG.
This commit is contained in:
Jan
2015-09-10 15:43:33 +02:00
parent 93d29ebea4
commit 616387f6ea

View File

@ -532,6 +532,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Cucumber](https://github.com/cucumber/cucumber-jvm) - BDD testing framework. * [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. * [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. * [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. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more.
* [JUnit](http://junit.org/) - Common testing framework. * [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. * [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD.