Package org.junit.platform.suite.commons
package org.junit.platform.suite.commons
Common support utilities for executing test suites on the JUnit Platform.
DISCLAIMER
Any API annotated with @API(status = INTERNAL)
is intended solely
for usage within the JUnit framework itself. Any usage of internal
APIs by external parties is not supported!
-
ClassDescriptionThe
SuiteLauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
specifically tailored for suite execution.