Remove Burst

JUnit 5 supports parametrization OOTB and it seems the project is dead (last activity 2+ years ago)
This commit is contained in:
heldev
2019-10-02 22:25:51 -04:00
parent 5b3327232f
commit 2c1be1ddd3

View File

@ -988,7 +988,6 @@ A curated list of awesome Java frameworks, libraries and software.
*Simplifies the writing of parameterized tests.*
- [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.