Merge pull request #781 from akullpp/remove-burst

Remove Burst
This commit is contained in:
Andreas Kull
2019-10-03 15:25:00 +02:00
committed by GitHub

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.