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.
LauncherConstants - Class in org.junit.platform.launcher
Collection of constants related to Launcher.
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().
LegacyReportingUtils - Class in org.junit.platform.launcher.listeners
Utility methods for dealing with legacy reporting infrastructure, such as reporting systems built on the Ant-based XML reporting format for JUnit 4.
lineSeparator() - Method in annotation type org.junit.jupiter.params.provider.CsvFileSource
The line separator to use when reading the CSV files; must consist of 1 or 2 characters.
LINUX - org.junit.jupiter.api.condition.OS
Linux-based operating system.
loadClass(String) - Static method in class org.junit.platform.commons.support.ReflectionSupport
Load a class by its primitive name or fully qualified name, using the default ClassLoader.
loadClass(String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
loadClass(String, ClassLoader) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Load a class by its primitive name or fully qualified name, using the supplied ClassLoader.
Logger - Interface in org.junit.platform.commons.logging
The Logger API serves as a simple logging facade for java.util.logging (JUL).
LoggerFactory - Class in org.junit.platform.commons.logging
Factory for the Logger facade for JUL.
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>.
LogRecordListener - Class in org.junit.platform.commons.logging
LogRecordListener is only intended for testing purposes within JUnit's own test suite.
LogRecordListener() - Constructor for class org.junit.platform.commons.logging.LogRecordListener
 
logRecordSubmitted(LogRecord) - Method in class org.junit.platform.commons.logging.LogRecordListener
Inform the listener of a LogRecord that was submitted to JUL for processing.
LONG_DISPLAY_NAME - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
Long display name pattern for a repeated test: "{displayName} :: repetition {currentRepetition} of {totalRepetitions}"
longs() - Method in annotation type org.junit.jupiter.params.provider.ValueSource
The long values to use as sources of arguments; must not be empty.
A B C D E F G H I J L M N O P R S T U V W