Package | Description |
---|---|
org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder . |
org.junit.platform.runner |
Runner and annotations for configuring and executing tests on the
JUnit Platform in a JUnit 4 environment. |
org.junit.platform.surefire.provider |
Maven Surefire provider for the JUnit Platform.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultLauncher
Default implementation of the
Launcher API. |
Modifier and Type | Method and Description |
---|---|
static Launcher |
LauncherFactory.create()
Factory method for creating a new
Launcher using dynamically
detected test engines. |
Modifier and Type | Field and Description |
---|---|
private Launcher |
JUnitPlatform.launcher |
Constructor and Description |
---|
JUnitPlatform(java.lang.Class<?> testClass,
Launcher launcher) |
Modifier and Type | Field and Description |
---|---|
private Launcher |
JUnitPlatformProvider.launcher |
private Launcher |
TestPlanScannerFilter.launcher |
Constructor and Description |
---|
JUnitPlatformProvider(org.apache.maven.surefire.providerapi.ProviderParameters parameters,
Launcher launcher) |
TestPlanScannerFilter(Launcher launcher,
Filter<?>[] includeAndExcludeFilters) |