Remove JUnitParams

JUnit 5 support parametrization and it seems maintainers aren't going to update the project https://github.com/Pragmatists/JUnitParams/issues/94
This commit is contained in:
heldev
2019-10-02 22:20:24 -04:00
parent 5b3327232f
commit 6855ed7eb3

View File

@ -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