Class | Description |
---|---|
LoggingEvent |
Representation of a call to a logger for test assertion purposes.
|
TestLogger |
Implementation of
Logger which stores LoggingEvent s 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 © 2014. All Rights Reserved.