| 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 | |
| TestLoggerFactoryResetRule |
A JUnit rule that clears the ThreadLocal state of all the TestLoggers
and the TestLoggerFactory.
|
| TestMDCAdapter |
Copyright © 2013. All Rights Reserved.