Uses of Class
org.junit.platform.launcher.core.LauncherExecutionRequestBuilder
Packages that use LauncherExecutionRequestBuilder
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of LauncherExecutionRequestBuilder in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherExecutionRequestBuilderModifier and TypeMethodDescriptionLauncherExecutionRequestBuilder.cancellationToken(CancellationToken cancellationToken) Set the cancellation token for the request.LauncherExecutionRequestBuilder.executionRequest(LauncherDiscoveryRequest discoveryRequest) Create a newLauncherExecutionRequestBuilderfrom the suppliedLauncherDiscoveryRequest.LauncherExecutionRequestBuilder.executionRequest(TestPlan testPlan) Create a newLauncherExecutionRequestBuilderfrom the suppliedTestPlan.LauncherDiscoveryRequestBuilder.forExecution()Builds this discovery request and returns a new builder for creating aLauncherExecutionRequestthat is initialized to contain the resulting discovery request.LauncherExecutionRequestBuilder.listeners(TestExecutionListener... listeners) Add all supplied execution listeners to the request.LauncherExecutionRequestBuilder.request(LauncherDiscoveryRequest discoveryRequest) Create a newLauncherExecutionRequestBuilderfrom the suppliedLauncherDiscoveryRequest.Create a newLauncherExecutionRequestBuilderfrom the suppliedTestPlan.