Skip navigation links
JUnit 5
A B C D E F G H I J L M N O P R S T U V W 

L

Launcher - Interface in org.junit.platform.launcher
The Launcher API is the main entry point for client code that wishes to discover and execute tests using one or more test engines.
LauncherDiscoveryRequest - Interface in org.junit.platform.launcher
LauncherDiscoveryRequest extends the EngineDiscoveryRequest API with additional filters that are applied by the Launcher itself.
LauncherDiscoveryRequestBuilder - Class in org.junit.platform.launcher.core
The LauncherDiscoveryRequestBuilder provides a light-weight DSL for generating a LauncherDiscoveryRequest.
LauncherDiscoveryRequestBuilder() - Constructor for class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
LauncherFactory - Class in org.junit.platform.launcher.core
Factory for creating Launcher instances by invoking LauncherFactory.create().
LauncherFactory() - Constructor for class org.junit.platform.launcher.core.LauncherFactory
 
loadClass(String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Load a class by its fully qualified name.
loadClass(String, ClassLoader) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Load a class by its fully qualified name, using the supplied ClassLoader.
loadMethod(String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Load a method by its fully qualified name.
LoggingListener - Class in org.junit.platform.launcher.listeners
Simple TestExecutionListener for logging informational messages for all events via a BiConsumer that consumes Throwable and Supplier<String>.
LoggingListener(BiConsumer<Throwable, Supplier<String>>) - Constructor for class org.junit.platform.launcher.listeners.LoggingListener
Create a LoggingListener which delegates to the supplied BiConsumer for consumption of logging messages.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links
JUnit 5