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.org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEnginerunning on the JUnit Platform. -
-
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 TestPlanDefaultLauncher. discover(LauncherDiscoveryRequest discoveryRequest)private LauncherDiscoveryResultDefaultLauncher. discover(LauncherDiscoveryRequest discoveryRequest, java.lang.String phase)LauncherDiscoveryResultEngineDiscoveryOrchestrator. discover(LauncherDiscoveryRequest request, java.lang.String phase)Discovers tests for the supplied request in the supplied phase using the configured test engines.private TestDescriptorEngineDiscoveryOrchestrator. discoverEngineRoot(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest)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) -
Uses of LauncherDiscoveryRequest in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine with parameters of type LauncherDiscoveryRequest Modifier and Type Method Description static EngineExecutionResultsEngineTestKit. execute(java.lang.String engineId, LauncherDiscoveryRequest discoveryRequest)Execute tests for the givenLauncherDiscoveryRequestusing theTestEnginewith the supplied ID.static EngineExecutionResultsEngineTestKit. execute(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest)Execute tests for the givenLauncherDiscoveryRequestusing the suppliedTestEngine.private static voidEngineTestKit. executeUsingLauncherOrchestration(TestEngine testEngine, LauncherDiscoveryRequest discoveryRequest, EngineExecutionListener listener)
-