Uses of Interface
org.junit.platform.launcher.Launcher
Packages that use Launcher
Package
Description
Public API for configuring and launching test plans.
Core support classes for the 
Launcher
 including the LauncherFactory
 and the LauncherDiscoveryRequestBuilder.- 
Uses of Launcher in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return LauncherModifier and TypeMethodDescriptionLauncherSession.getLauncher()Get theLauncherassociated with this session. - 
Uses of Launcher in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core that return LauncherModifier and TypeMethodDescriptionstatic LauncherLauncherFactory.create()static LauncherLauncherFactory.create(LauncherConfig config) Factory method for creating a newLauncherusing the suppliedLauncherConfig.