Uses of Interface
org.junit.platform.launcher.core.LauncherConfig
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Uses of LauncherConfig in org.junit.platform.launcher.core
Modifier and TypeFieldDescriptionstatic LauncherConfig
LauncherConfig.DEFAULT
The defaultLauncherConfig
which uses automatic registration for test engines, supported listeners, and post-discovery filters.Modifier and TypeMethodDescriptionLauncherConfig.Builder.build()
Build theLauncherConfig
that has been configured via this builder.Modifier and TypeMethodDescriptionstatic Launcher
LauncherFactory.create(LauncherConfig config)
Factory method for creating a newLauncher
using the suppliedLauncherConfig
.static LauncherSession
LauncherFactory.openSession(LauncherConfig config)
Factory method for opening a newLauncherSession
using the suppliedLauncherConfig
.