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 InternalTestPlanInternalTestPlan.from(LauncherDiscoveryResult discoveryResult) Methods in org.junit.platform.launcher.core with parameters of type InternalTestPlanModifier and TypeMethodDescriptionprivate voidDefaultLauncher.execute(InternalTestPlan internalTestPlan, TestExecutionListener[] listeners) private voidEngineExecutionOrchestrator.execute(InternalTestPlan internalTestPlan, EngineExecutionListener parentEngineExecutionListener, TestExecutionListener testExecutionListener) (package private) voidEngineExecutionOrchestrator.execute(InternalTestPlan internalTestPlan, TestExecutionListener... listeners) private BooleanEngineExecutionOrchestrator.isDryRun(InternalTestPlan internalTestPlan)