| Class | Description |
|---|---|
| LoggingEvent |
Representation of a call to a logger for test assertion purposes.
|
| TestLogger |
Implementation of
Logger which stores LoggingEvents in memory and provides methods
to access and remove them in order to facilitate writing tests that assert particular logging calls were made. |
| TestLoggerFactory | |
| TestLoggerFactoryExtension | |
| TestLoggerFactoryResetRule |
A JUnit rule that clears the ThreadLocal state of all the TestLoggers
and the TestLoggerFactory.
|
| TestMDCAdapter | |
| TestSLF4JServiceProvider |
Copyright © 2018. All rights reserved.