Uses of Class
org.kiwiproject.beta.test.logback.InMemoryAppenderAssertions
Packages that use InMemoryAppenderAssertions
-
Uses of InMemoryAppenderAssertions in org.kiwiproject.beta.test.logback
Methods in org.kiwiproject.beta.test.logback that return InMemoryAppenderAssertionsModifier and TypeMethodDescriptionstatic InMemoryAppenderAssertionsInMemoryAppenderAssertions.assertThat(InMemoryAppender appender) Begin assertions for anInMemoryAppender.InMemoryAppenderAssertions.containsMessage(String message) Assert this appender contains the given message at least once (but possibly more than once).InMemoryAppenderAssertions.hasNumberOfLoggingEvents(int expectedEventCount) Assert this appender has the expected number of logging events, and if the assertion succeeds, return this instance to continue chaining assertions.