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 theEngineDiscoveryRequest
API with additional filters that are applied by theLauncher
itself. - LauncherDiscoveryRequestBuilder - Class in org.junit.platform.launcher.core
-
The
LauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
. - LauncherDiscoveryRequestBuilder() - Constructor for class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
- LauncherFactory - Class in org.junit.platform.launcher.core
-
Factory for creating
Launcher
instances by invokingLauncherFactory.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.
- 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 forjava.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 aBiConsumer
that consumesThrowable
andSupplier<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}"