Uses of Class
org.junit.platform.launcher.core.Root
-
Packages that use Root Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and 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 Root
InternalTestPlan. root
Methods in org.junit.platform.launcher.core that return Root Modifier and Type Method Description private Root
DefaultLauncher. discoverRoot(LauncherDiscoveryRequest discoveryRequest, java.lang.String phase)
(package private) Root
InternalTestPlan. getRoot()
Methods in org.junit.platform.launcher.core with parameters of type Root Modifier and Type Method Description (package private) static InternalTestPlan
InternalTestPlan. from(Root root)
Constructors in org.junit.platform.launcher.core with parameters of type Root Constructor Description InternalTestPlan(Root root, TestPlan delegate)
-