| Package | Description |
|---|---|
| com.github.valfirst.slf4jtest |
| Modifier and Type | Method and Description |
|---|---|
TestLoggerAssert |
TestLoggerAssert.hasLogged(TestLoggerAssert.PredicateBuilder predicate)
Uses the supplied
TestLoggerAssert.PredicateBuilder to construct the predicate with which to Verify that
a matching LoggingEvent has been logged by the test logger. |
TestLoggerAssert |
TestLoggerAssert.hasNotLogged(TestLoggerAssert.PredicateBuilder predicate)
Uses the supplied
TestLoggerAssert.PredicateBuilder to construct the predicate with which to Verify that
a matching LoggingEvent has _not_ been logged by the test logger. |
Copyright © 2023. All rights reserved.