Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- Launcher - Interface in org.junit.platform.launcher
 - 
The
LauncherAPI is the main entry point for client code that wishes to discover and execute tests using one or more test engines. - LAUNCHER_SESSION - Enum constant in enum class org.junit.jupiter.api.extension.ExtensionContext.StoreScope
 - 
The store is scoped to the current
LauncherSession. - LauncherConfig - Interface in org.junit.platform.launcher.core
 - 
LauncherConfigdefines the configuration API for creatingLauncherinstances via theLauncherFactory. - 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. - launcherDiscoveryFinished(LauncherDiscoveryRequest) - Method in class org.junit.platform.jfr.FlightRecordingDiscoveryListener
 - launcherDiscoveryFinished(LauncherDiscoveryRequest) - Method in interface org.junit.platform.launcher.LauncherDiscoveryListener
 - 
Called when test discovery has finished.
 - LauncherDiscoveryListener - Interface in org.junit.platform.launcher
 - 
Register a concrete implementation of this interface with a
LauncherDiscoveryRequestBuilderorLauncherto be notified of events that occur during test discovery. - LauncherDiscoveryListeners - Class in org.junit.platform.launcher.listeners.discovery
 - 
Collection of
staticfactory methods for creatingLauncherDiscoveryListeners. - LauncherDiscoveryRequest - Interface in org.junit.platform.launcher
 - 
LauncherDiscoveryRequestextends theEngineDiscoveryRequestAPI with additional filters that are applied by theLauncheritself. - LauncherDiscoveryRequestBuilder - Class in org.junit.platform.launcher.core
 - 
The
LauncherDiscoveryRequestBuilderprovides a light-weight DSL for generating aLauncherDiscoveryRequest. - LauncherDiscoveryRequestBuilder() - Constructor for class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 - 
Deprecated.
 - LauncherDiscoveryResult - Class in org.junit.platform.launcher.core
 - 
Represents the result of test discovery of the configured test engines.
 - launcherDiscoveryStarted(LauncherDiscoveryRequest) - Method in class org.junit.platform.jfr.FlightRecordingDiscoveryListener
 - launcherDiscoveryStarted(LauncherDiscoveryRequest) - Method in interface org.junit.platform.launcher.LauncherDiscoveryListener
 - 
Called when test discovery is about to be started.
 - LauncherFactory - Class in org.junit.platform.launcher.core
 - 
Factory for creating
Launcherinstances by invokingLauncherFactory.create()orLauncherFactory.create(LauncherConfig). - LauncherInterceptor - Interface in org.junit.platform.launcher
 - 
Interceptor for test discovery and execution by a
Launcherin the context of aLauncherSession. - LauncherInterceptor.Invocation<T> - Interface in org.junit.platform.launcher
 - 
An invocation that can be intercepted.
 - LauncherSession - Interface in org.junit.platform.launcher
 - 
The
LauncherSessionAPI is the main entry point for client code that wishes to repeatedly discover and execute tests using one or more test engines. - launcherSessionClosed(LauncherSession) - Method in interface org.junit.platform.launcher.LauncherSessionListener
 - 
Called when a launcher session was closed.
 - LauncherSessionListener - Interface in org.junit.platform.launcher
 - 
Register an implementation of this interface to be notified when a
LauncherSessionis opened and closed. - LauncherSessionListeners - Class in org.junit.platform.launcher.listeners.session
 - 
Collection of
staticfactory methods for creatingLauncherSessionListeners. - launcherSessionOpened(LauncherSession) - Method in interface org.junit.platform.launcher.LauncherSessionListener
 - 
Called when a launcher session was opened.
 - LauncherStoreFacade - Class in org.junit.jupiter.engine.execution
 - LauncherStoreFacade(NamespacedHierarchicalStore<Namespace>) - Constructor for class org.junit.jupiter.engine.execution.LauncherStoreFacade
 - legacyReportingName(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
 - 
Create a new
Conditionthat matches if and only if the TestDescriptor.getLegacyReportingName() () legacy reporting name} of anEvent's test descriptor is equal to the suppliedString. - LegacyReportingUtils - Class in org.junit.platform.launcher.listeners
 - 
Deprecated.Use
LegacyReportingUtilsinstead. - LegacyReportingUtils - Class in org.junit.platform.reporting.legacy
 - 
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
 - 
LegacyXmlReportGeneratingListeneris aTestExecutionListenerthat generates a separate XML report for each root in theTestPlan. - LegacyXmlReportGeneratingListener(Path, PrintWriter) - Constructor for class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
 - lifecycleMethodAnnotation() - Element in annotation interface org.junit.jupiter.api.extension.ClassTemplateInvocationLifecycleMethod
 - 
The actual lifecycle method annotation class.
 - LifecycleMethodExecutionExceptionHandler - Interface in org.junit.jupiter.api.extension
 - 
LifecycleMethodExecutionExceptionHandlerdefines the API forExtensionsthat wish to handle exceptions thrown during the execution of@BeforeAll,@BeforeEach,@AfterEach, and@AfterAlllifecycle methods. - Lifecycle Methods - Search tag in annotation interface org.junit.jupiter.params.ParameterizedClass
 - Section
 - line() - Element in annotation interface org.junit.platform.suite.api.SelectClasspathResource
 - 
The line number within the classpath resource; ignored if not greater than zero.
 - line() - Element in annotation interface org.junit.platform.suite.api.SelectFile
 - 
The line number within the file; ignored if not greater than zero.
 - LINE_START_PATTERN - Static variable in interface org.junit.platform.console.output.DetailsPrintingListener
 - lineSeparator() - Element in annotation interface org.junit.jupiter.params.provider.CsvFileSource
 - 
The line separator to use when reading the CSV files; must consist of 1 or 2 characters, typically
"\r","\n", or"\r\n". - LINUX - Enum constant in enum class org.junit.jupiter.api.condition.OS
 - 
Linux-based operating system.
 - list() - Method in class org.junit.platform.testkit.engine.Events
 - list() - Method in class org.junit.platform.testkit.engine.Executions
 - 
Get the executions as a
List. - listener(LauncherDiscoveryListener) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 - LISTENER_ENABLED_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 - 
Property name used to enable the
UniqueIdTrackingListener: "junit.platform.listeners.uid.tracking.enabled" - listeners(LauncherDiscoveryListener...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 - 
Add all supplied discovery listeners to the request.
 - listTests(TestPlan) - Method in interface org.junit.platform.console.output.DetailsPrintingListener
 - listTests(TestPlan) - Method in class org.junit.platform.console.output.FlatPrintingListener
 - listTests(TestPlan) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 - listTests(TestPlan) - Method in class org.junit.platform.console.output.TreePrintingListener
 - listTests(TestPlan) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 - loadClass(String) - Static method in class org.junit.platform.commons.support.ReflectionSupport
 - 
Deprecated.Please use
ReflectionSupport.tryToLoadClass(String)instead. - loadClass(String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 - 
Deprecated.Please use
ReflectionUtils.tryToLoadClass(String)instead. - loadClass(String, ClassLoader) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 - 
Deprecated.Please use
ReflectionUtils.tryToLoadClass(String, ClassLoader)instead. - loadRequiredClass(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. - loadTestEngines() - Method in class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
 - LOCALE - Static variable in class org.junit.jupiter.api.parallel.Resources
 - 
Represents the default locale for the current instance of the JVM: "java.util.Locale.default"
 - Lock(String) - Constructor for class org.junit.jupiter.api.parallel.ResourceLocksProvider.Lock
 - 
Create a new
LockwithResourceAccessMode.READ_WRITE. - Lock(String, ResourceAccessMode) - Constructor for class org.junit.jupiter.api.parallel.ResourceLocksProvider.Lock
 - 
Create a new
Lock. - Logger - Interface in org.junit.platform.commons.logging
 - 
The
LoggerAPI serves as a simple logging facade forjava.util.logging(JUL). - LoggerFactory - Class in org.junit.platform.commons.logging
 - 
Factory for the
Loggerfacade for JUL. - logging() - Static method in class org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
 - 
Create a
LauncherDiscoveryListenerthat logs test discovery events based on their severity. - LoggingListener - Class in org.junit.platform.launcher.listeners
 - 
Simple
TestExecutionListenerfor logging informational messages for all events via aBiConsumerthat consumesThrowableandSupplier<String>. - LogRecordListener - Class in org.junit.platform.commons.logging
 - 
LogRecordListeneris 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
LogRecordthat was submitted to JUL for processing. - LONG_DISPLAY_NAME - Static variable in annotation interface org.junit.jupiter.api.RepeatedTest
 - 
Long display name pattern for a repeated test: "{displayName} :: repetition {currentRepetition} of {totalRepetitions}"
 - longs() - Element in annotation interface org.junit.jupiter.params.provider.ValueSource
 - 
The
longvalues to use as sources of arguments; must not be empty. - looksLikeIntendedTestClass(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 - looksLikeNestedOrStandaloneTestClass - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 - LruCache<K,
V> - Class in org.junit.platform.commons.util - 
A simple LRU cache with a maximum size.
 - LruCache(int) - Constructor for class org.junit.platform.commons.util.LruCache
 - 
Create a new LRU cache that maintains at most the supplied number of entries.
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
LauncherDiscoveryRequestBuilder.request()