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 InternalTestPlanExecutionListenerAdapter.testPlanMethods 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) (package private) voidEngineExecutionOrchestrator.execute(InternalTestPlan internalTestPlan, TestExecutionListener... listeners) Constructors in org.junit.platform.launcher.core with parameters of type InternalTestPlanModifierConstructorDescription(package private)ExecutionListenerAdapter(InternalTestPlan testPlan, TestExecutionListener testExecutionListener)