Uses of Class
org.junit.platform.launcher.core.InternalTestPlan
-
Packages that use InternalTestPlan Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
. -
-
Uses of InternalTestPlan in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as InternalTestPlan Modifier and Type Field Description private InternalTestPlan
ExecutionListenerAdapter. testPlan
Methods in org.junit.platform.launcher.core that return InternalTestPlan Modifier and Type Method Description (package private) static InternalTestPlan
InternalTestPlan. from(LauncherDiscoveryResult discoveryResult)
Methods in org.junit.platform.launcher.core with parameters of type InternalTestPlan Modifier and Type Method Description private void
DefaultLauncher. execute(InternalTestPlan internalTestPlan, TestExecutionListener[] listeners)
(package private) void
EngineExecutionOrchestrator. execute(InternalTestPlan internalTestPlan, TestExecutionListener... listeners)
Constructors in org.junit.platform.launcher.core with parameters of type InternalTestPlan Constructor Description ExecutionListenerAdapter(InternalTestPlan testPlan, TestExecutionListener testExecutionListener)
-