Uses of Interface
org.junit.platform.launcher.LauncherDiscoveryRequest
-
Packages that use LauncherDiscoveryRequest Package Description org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.runner Runnerand annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment. -
-
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type LauncherDiscoveryRequest Modifier and Type Method Description TestPlanLauncher. discover(LauncherDiscoveryRequest launcherDiscoveryRequest)Discover tests and build aTestPlanaccording to the suppliedLauncherDiscoveryRequestby querying all registered engines and collecting their results.voidLauncher. execute(LauncherDiscoveryRequest launcherDiscoveryRequest, TestExecutionListener... listeners)Execute aTestPlanwhich is built according to the suppliedLauncherDiscoveryRequestby querying all registered engines and collecting their results, and notify registered listeners about the progress and results of the execution. -
Uses of LauncherDiscoveryRequest in org.junit.platform.launcher.core
Classes in org.junit.platform.launcher.core that implement LauncherDiscoveryRequest Modifier and Type Class Description (package private) classDefaultDiscoveryRequestDefaultDiscoveryRequestis the default implementation of theEngineDiscoveryRequestandLauncherDiscoveryRequestAPIs.Methods in org.junit.platform.launcher.core that return LauncherDiscoveryRequest Modifier and Type Method Description LauncherDiscoveryRequestLauncherDiscoveryRequestBuilder. build()Build theLauncherDiscoveryRequestthat has been configured via this builder.Methods in org.junit.platform.launcher.core with parameters of type LauncherDiscoveryRequest Modifier and Type Method Description (package private) voidRoot. applyPostDiscoveryFilters(LauncherDiscoveryRequest discoveryRequest)TestPlanDefaultLauncher. discover(LauncherDiscoveryRequest discoveryRequest)private java.util.Optional<TestDescriptor>DefaultLauncher. discoverEngineRoot(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest)private RootDefaultLauncher. discoverRoot(LauncherDiscoveryRequest discoveryRequest, java.lang.String phase)voidDefaultLauncher. execute(LauncherDiscoveryRequest discoveryRequest, TestExecutionListener... listeners) -
Uses of LauncherDiscoveryRequest in org.junit.platform.runner
Methods in org.junit.platform.runner that return LauncherDiscoveryRequest Modifier and Type Method Description private LauncherDiscoveryRequestJUnitPlatform. createDiscoveryRequest()private LauncherDiscoveryRequestJUnitPlatform. createDiscoveryRequestForUniqueIds(java.util.Set<TestIdentifier> testIdentifiers)Methods in org.junit.platform.runner with parameters of type LauncherDiscoveryRequest Modifier and Type Method Description private JUnitPlatformTestTreeJUnitPlatform. generateTestTree(LauncherDiscoveryRequest discoveryRequest)
-