From 948c8825946bf2c16054e6c6f1e13068223a4bf1 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 18 Apr 2016 22:04:59 +0200 Subject: [PATCH] Added junit-dataprovider --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21de70d..ccfb0d6 100644 --- a/README.md +++ b/README.md @@ -648,6 +648,7 @@ A curated list of awesome Java frameworks, libraries and software. * [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. +* [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - Creation of readable and maintainable parametrised tests. * [JUnitParams](https://pragmatists.github.io/JUnitParams/) - Creation of readable and maintainable parametrised tests. * [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. * [Moco](https://github.com/dreamhead/moco) - Concise web services for stubs and mocks, Duke's Choice Award 2013.