@ParametersAreNonnullByDefault

Package com.codereligion.cherry.test.hamcrest.logback

Contains utilities to test Logback logging with Hamcrest.

See:
          Description

Class Summary
LoggingEventHasLevel A matcher which expects the ILoggingEvent to have a specific Level.
LoggingEventHasMessage A matcher which expects the ILoggingEvent to have a formatted message which matches the given Matcher.
LoggingEventHasThrowable A matcher which expects the ILoggingEvent to contain the specified Throwable.
LoggingEventIterableHasItem A matcher which expects at least one item of an iterable of ILoggingEvents to match the given Matcher.
LoggingEventLoggedBy A matcher which expects the ILoggingEvent to have a specific loggerName
 

Package com.codereligion.cherry.test.hamcrest.logback Description

Contains utilities to test Logback logging with Hamcrest.



Copyright © 2015. All rights reserved.