Registry / testing / junit-platform-suite-api

junit-platform-suite-api

JSON →
library6.0.3javamavenunverified

JUnit Platform Suite API provides support for running test suites in JUnit 5.

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

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

Define a test suite with @Suite

import org.junit.platform.suite.api.Suite; import org.junit.platform.suite.api.SelectClasses; @Suite @SelectClasses({MyTest.class}) public class MyTestSuite {}
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
junit-platform-suite-api — mvn dependency:get junit-platform-suite-api · libregistry