Uses of Class
org.junit.platform.launcher.core.InternalTestPlan
Packages that use InternalTestPlan
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of InternalTestPlan in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return InternalTestPlanModifier and TypeMethodDescription(package private) static InternalTestPlan
InternalTestPlan.from
(LauncherDiscoveryResult discoveryResult) Methods in org.junit.platform.launcher.core with parameters of type InternalTestPlanModifier and TypeMethodDescriptionprivate void
DefaultLauncher.execute
(InternalTestPlan internalTestPlan, TestExecutionListener[] listeners) private void
EngineExecutionOrchestrator.execute
(InternalTestPlan internalTestPlan, EngineExecutionListener parentEngineExecutionListener, TestExecutionListener testExecutionListener) (package private) void
EngineExecutionOrchestrator.execute
(InternalTestPlan internalTestPlan, TestExecutionListener... listeners) private Boolean
EngineExecutionOrchestrator.isDryRun
(InternalTestPlan internalTestPlan)