Uses of Class
com.github.valfirst.slf4jtest.TestLoggerAssert.PredicateBuilder
-
Packages that use TestLoggerAssert.PredicateBuilder Package Description com.github.valfirst.slf4jtest -
-
Uses of TestLoggerAssert.PredicateBuilder in com.github.valfirst.slf4jtest
Methods in com.github.valfirst.slf4jtest with parameters of type TestLoggerAssert.PredicateBuilder Modifier and Type Method Description TestLoggerAssert
TestLoggerAssert. hasLogged(TestLoggerAssert.PredicateBuilder predicate)
Uses the suppliedTestLoggerAssert.PredicateBuilder
to construct the predicate with which to Verify that a matchingLoggingEvent
has been logged by the test logger.TestLoggerAssert
TestLoggerAssert. hasNotLogged(TestLoggerAssert.PredicateBuilder predicate)
Uses the suppliedTestLoggerAssert.PredicateBuilder
to construct the predicate with which to Verify that a matchingLoggingEvent
has _not_ been logged by the test logger.
-