Uses of Interface
org.junit.platform.launcher.core.LauncherConfig
Packages that use LauncherConfig
Package
Description
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of LauncherConfig in org.junit.platform.launcher.core
Classes in org.junit.platform.launcher.core that implement LauncherConfigModifier and TypeClassDescription(package private) classDefault implementation of theLauncherConfigAPI.Methods in org.junit.platform.launcher.core that return LauncherConfigModifier and TypeMethodDescriptionLauncherConfig.Builder.build()Build theLauncherConfigthat has been configured via this builder.Methods in org.junit.platform.launcher.core with parameters of type LauncherConfigModifier and TypeMethodDescriptionstatic LauncherLauncherFactory.create(LauncherConfig config) Factory method for creating a newLauncherusing the suppliedLauncherConfig.