Uses of Class
org.kiwiproject.beta.test.logback.InMemoryAppenderAssertions
-
Packages that use InMemoryAppenderAssertions Package Description org.kiwiproject.beta.test.logback -
-
Uses of InMemoryAppenderAssertions in org.kiwiproject.beta.test.logback
Methods in org.kiwiproject.beta.test.logback that return InMemoryAppenderAssertions Modifier and Type Method Description static InMemoryAppenderAssertionsInMemoryAppenderAssertions. assertThat(InMemoryAppender appender)Begin assertions for anInMemoryAppender.InMemoryAppenderAssertionsInMemoryAppenderAssertions. containsMessage(String message)Assert this appender contains the given message at least once (but possibly more than once).InMemoryAppenderAssertionsInMemoryAppenderAssertions. 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.
-