From f515d429cb3317554e02ed2b8003cd0714ef30f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Aguilera?= Date: Sat, 12 Sep 2015 13:30:01 +0200 Subject: [PATCH] Update README.md added JUnitParams to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8357c6..89419c6 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [JUnit](http://junit.org/) - Common testing framework. +* [JUnitParams](https://pragmatists.github.io/JUnitParams/) - Parameterised tests that don't suck * [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. * [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for REST/HTTP services.