Uses of Class
org.junit.platform.launcher.core.Root
-
Packages that use Root Package Description org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder. -
-
Uses of Root in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as Root Modifier and Type Field Description private RootInternalTestPlan. rootMethods in org.junit.platform.launcher.core that return Root Modifier and Type Method Description private RootDefaultLauncher. discoverRoot(LauncherDiscoveryRequest discoveryRequest, java.lang.String phase)(package private) RootInternalTestPlan. getRoot()Methods in org.junit.platform.launcher.core with parameters of type Root Modifier and Type Method Description (package private) static InternalTestPlanInternalTestPlan. from(Root root)Constructors in org.junit.platform.launcher.core with parameters of type Root Constructor Description InternalTestPlan(Root root, TestPlan delegate)
-