From 6855ed7eb30603130640c59fda261be85d609da6 Mon Sep 17 00:00:00 2001 From: heldev Date: Wed, 2 Oct 2019 22:20:24 -0400 Subject: [PATCH] Remove JUnitParams JUnit 5 support parametrization and it seems maintainers aren't going to update the project https://github.com/Pragmatists/JUnitParams/issues/94 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 74b7331..2e21119 100644 --- a/README.md +++ b/README.md @@ -990,7 +990,6 @@ A curated list of awesome Java frameworks, libraries and software. - [Burst](https://github.com/square/burst) - A unit testing library for varying test data. - [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - A TestNG-like data provider/runner for JUnit. -- [JUnitParams](https://pragmatists.github.io/JUnitParams) - Creates readable and maintainable parametrised tests. ### Utility