Uses of Interface
org.junit.platform.launcher.LauncherExecutionRequest
Packages that use LauncherExecutionRequest
Package
Description
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of LauncherExecutionRequest in org.junit.platform.launcher
Methods in org.junit.platform.launcher with parameters of type LauncherExecutionRequestModifier and TypeMethodDescriptionvoid
Launcher.execute
(LauncherExecutionRequest launcherExecutionRequest) Execute tests according to the suppliedLauncherExecutionRequest
registered listeners about the progress and results of the execution. -
Uses of LauncherExecutionRequest in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherExecutionRequestModifier and TypeMethodDescriptionLauncherExecutionRequestBuilder.build()
Build theLauncherExecutionRequest
that has been configured via this builder.