Uses of Class
org.junit.platform.launcher.core.InternalTestPlan
-
Packages that use InternalTestPlan Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand 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 InternalTestPlanExecutionListenerAdapter. testPlanMethods in org.junit.platform.launcher.core that return InternalTestPlan Modifier and Type Method Description (package private) static InternalTestPlanInternalTestPlan. from(LauncherDiscoveryResult discoveryResult)Methods in org.junit.platform.launcher.core with parameters of type InternalTestPlan Modifier and Type Method Description private 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 InternalTestPlan Constructor Description ExecutionListenerAdapter(InternalTestPlan testPlan, TestExecutionListener testExecutionListener)
-