Registry / testing / junit-platform-suite

junit-platform-suite

JSON →
library6.1.0javamavenunverified

A JUnit Platform module for running suites of tests using the JUnit 5 framework.

<dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite</artifactId> <version>6.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-PLATFORM-SUI
J
junit-platform-suite
testingjavav6.1.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.

Suite
org.junit.platform.suite.api.Suite

Defines a test suite that runs all tests in the 'com.example.tests' package.

import org.junit.platform.suite.api.Suite; import org.junit.platform.suite.api.SelectPackages; @Suite @SelectPackages("com.example.tests") public class TestSuite { // Runs all tests in the specified package }
Debug
Known issues
breakingRequires JUnit Platform 1.8+; not compatible with JUnit 4 runners.
fix
Ensure junit-platform-suite is on the classpath and use @Suite annotation.
affects: <1.8
Upgrade
Version history
6.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
junit-platform-suite — mvn dependency:get junit-platform-suite · libregistry