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
Fields in org.junit.platform.launcher.core declared as InternalTestPlanModifier and TypeFieldDescriptionprivate final InternalTestPlan
ExecutionListenerAdapter.testPlan
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) (package private) void
EngineExecutionOrchestrator.execute
(InternalTestPlan internalTestPlan, TestExecutionListener... listeners) Constructors in org.junit.platform.launcher.core with parameters of type InternalTestPlanModifierConstructorDescription(package private)
ExecutionListenerAdapter
(InternalTestPlan testPlan, TestExecutionListener testExecutionListener)