From 99e080922225cc8af363fb7ea3025f983b71cb4b Mon Sep 17 00:00:00 2001 From: Raj Patel Date: Sun, 28 Sep 2025 18:49:01 +0100 Subject: [PATCH] Add junit-pioneer to misc testing section Given the rich extensions provided by this project, think its worthy addition to this list https://junit-pioneer.org/docs/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c491f89d..89a41424 100644 --- a/README.md +++ b/README.md @@ -1156,6 +1156,7 @@ _Other stuff related to testing._ - [ConsoleCaptor](https://github.com/Hakky54/console-captor) - Captures console output for unit testing purposes. - [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - TestNG-like data provider/runner for JUnit. +- [junit-pioneer](https://junit-pioneer.org/) - JUnit 5 extension pack, pushing the frontiers on Jupiter. - [LogCaptor](https://github.com/Hakky54/log-captor) - Captures log entries for unit testing purposes. - [log-capture](https://github.com/dm-drogeriemarkt/log-capture) - Captures log entries and provides assertions for unit and integration testing. - [Mutability Detector](https://github.com/MutabilityDetector/MutabilityDetector) - Reports whether instances of a given class are immutable.