Registry / testing / junit-jupiter-params

junit-jupiter-params

JSON →
library6.0.3javamavenunverified

Module 'junit-jupiter-params' of JUnit provides parameterized test support.

<dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>6.0.3</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-JUPITER-PARA
J
junit-jupiter-params
testingjavav6.0.3
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.

ParameterizedTest
org.junit.jupiter.params.ParameterizedTest

A parameterized test using ValueSource.

import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.ValueSource; public class Main { @ParameterizedTest @ValueSource(strings = {"a", "b"}) void test(String arg) { System.out.println(arg); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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