Registry / testing / junit-pioneer

junit-pioneer

JSON →
library2.3.0javamavenunverified

A JUnit 5 extension pack providing additional features like parameterized tests, retries, and environment conditions.

<dependency> <groupId>org.junit-pioneer</groupId> <artifactId>junit-pioneer</artifactId> <version>2.3.0</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-PIONEER
J
junit-pioneer
testingjavav2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RetryingTest
org.junitpioneer.jupiter.RetryingTest

Uses @RetryingTest to automatically retry a failing test up to 3 times.

import org.junitpioneer.jupiter.RetryingTest; public class Example { @RetryingTest(3) void retryTest() { // Test that may fail and retry up to 3 times } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
junit-pioneer — mvn dependency:get junit-pioneer · libregistry