A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

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.
LauncherConfig - Interface in org.junit.platform.launcher.core
LauncherConfig defines the configuration API for creating Launcher instances via the LauncherFactory.
LauncherConfig.Builder - Class in org.junit.platform.launcher.core
Builder API for LauncherConfig.
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() or LauncherFactory.create(LauncherConfig).
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.
LegacyXmlReportGeneratingListener - Class in org.junit.platform.reporting.legacy.xml
LegacyXmlReportGeneratingListener is a TestExecutionListener that generates a separate XML report for each root in the TestPlan.
LegacyXmlReportGeneratingListener(Path, PrintWriter) - Constructor for class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
 
lifecycle - Variable in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
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.
list() - Method in class org.junit.platform.testkit.engine.Events
Get the events as a List.
list() - Method in class org.junit.platform.testkit.engine.Executions
Get the executions as a List.
loadClass(String) - Static method in class org.junit.platform.commons.support.ReflectionSupport
Deprecated.
loadClass(String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Deprecated.
loadClass(String, ClassLoader) - Static method in class org.junit.platform.commons.util.ReflectionUtils
LOCALE - Static variable in class org.junit.jupiter.api.parallel.Resources
Represents the default locale for the current instance of the JVM.
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 
All Classes All Packages