All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description Assertions CleanupStage JulConfig Configuration to redirect log messages fromjava.util.logging
to SLF4J.JulConfigExtension JUnit 5 extension that callssetup()
.LevelAssert A set of assertions to validate that logs have been logged to aTestLogger
, for a specific log level.LoggingEvent Representation of a call to a logger for test assertion purposes.TestLogger Implementation ofLogger
which storesLoggingEvent
s in memory and provides methods to access and remove them in order to facilitate writing tests that assert particular logging calls were made.TestLoggerAssert A set of assertions to validate that logs have been logged to aTestLogger
.TestLoggerAssert.MdcComparator TestLoggerAssert.PredicateBuilder TestLoggerFactory TestLoggerFactoryExtension TestLoggerFactoryResetRule A JUnit rule that clears the ThreadLocal state of all the TestLoggers and the TestLoggerFactory.TestLoggerFactorySettings Annotation that can configure TestLoggerFactory as invoked by theTestLoggerFactoryExtension
.TestLoggingEventBuilder ALoggingEventBuilder
which changes the following compared toDefaultLoggingEventBuilder
: TheTestLoggingEventBuilder.toLoggingEvent()
method is added to build the event without logging it.TestLoggingEventBuilder.TestKeyValuePair Extension ofKeyValuePair
with overriddenObject.equals(java.lang.Object)
andObject.hashCode()
methods.TestMDCAdapter TestSLF4JServiceProvider ThreadLocal<T> This class was written by Robert Elliot and is originally located at https://github.com/Mahoney/lidalia-lang