Registry / testing / junit-platform-suite-engine

junit-platform-suite-engine

JSON →
library6.1.0javamavenunverified

Engine for running test suites composed of multiple test classes using JUnit Platform.

<dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-engine</artifactId> <version>6.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-PLATFORM-SUI
J
junit-platform-suite-engine
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 TestA and TestB classes.

import org.junit.platform.suite.api.Suite; import org.junit.platform.suite.api.SelectClasses; @Suite @SelectClasses({TestA.class, TestB.class}) public class MyTestSuite {}
Debug
Known issues
breakingRequires JUnit Platform 1.8+; older versions use @RunWith(Suite.class) from JUnit 4.
fix
Ensure junit-platform-suite-api and engine are on classpath, and use JUnit 5 annotations.
affects: >=1.0.0 <1.8.0
Upgrade
Version history
6.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
junit-platform-suite-engine — mvn dependency:get junit-platform-suite-engine · libregistry