| Interface | Description |
|---|---|
| TestLogger.Api |
| Class | Description |
|---|---|
| AssertingLogger |
Helper class for testing system backends, which need to mimic the JDK's log record.
|
| FakeLogData |
Helper class to test logging backends without needing to create actual loggers.
|
| FakeLoggerBackend |
A logger backend which captures all
LogData instances logged to it. |
| FakeLogSite |
A simplified LogSite implementation used for testing.
|
| FakeMetadata | |
| FormatOptionsSubject |
A Truth subject for
FormatOptions. |
| FormatTypeSubject |
A Truth subject for
FormatType. |
| LogDataSubject |
A Truth subject for
LogData. |
| MetadataSubject |
A Truth subject for
Metadata. |
| TestLogger |
Helper class for unit tests which need to test backend or context behavior.
|