From 2c1be1ddd3c0333e8b8274bf1dd9c126f3c8e3bd Mon Sep 17 00:00:00 2001 From: heldev Date: Wed, 2 Oct 2019 22:25:51 -0400 Subject: [PATCH] Remove Burst JUnit 5 supports parametrization OOTB and it seems the project is dead (last activity 2+ years ago) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 74b7331..4e40953 100644 --- a/README.md +++ b/README.md @@ -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.