public final class LogMatchers extends Object
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<LogRecord> |
hasArgumentAt(int idx,
Object object) |
static org.hamcrest.Matcher<LogRecord> |
hasArguments(Object... objects) |
static org.hamcrest.Matcher<LogRecord> |
hasAttachment(String attachment) |
static org.hamcrest.Matcher<LogRecord> |
hasExtraArgumentAt(int idx,
Object object) |
static org.hamcrest.Matcher<LogRecord> |
hasExtraArguments(Object... objects) |
static org.hamcrest.Matcher<LogRecord> |
hasFormat(String format) |
static org.hamcrest.Matcher<LogRecord> |
hasFormatWithPattern(String formatPattern) |
static org.hamcrest.Matcher<LogRecord> |
hasLevel(Level level) |
static org.hamcrest.Matcher<LogRecord> |
hasMarker(org.slf4j.Marker marker) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingArguments(org.hamcrest.Matcher<Object[]> matcher) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingArguments(Object objects) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingExtraArguments(org.hamcrest.Matcher<Object[]> matcher) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingExtraArgumentsContaining(org.hamcrest.Matcher<Object>... matcher) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingExtraThrowable(org.hamcrest.Matcher<Throwable> matcher) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingExtraThrowableChain(org.hamcrest.Matcher<Iterable<Throwable>> matcher) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingFormat(org.hamcrest.Matcher<String> tMatcher) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingMarker(org.hamcrest.Matcher<org.slf4j.Marker> tMatcher) |
static org.hamcrest.Matcher<LogRecord> |
hasMatchingMessage(org.hamcrest.Matcher<String> tMatcher) |
static org.hamcrest.Matcher<LogRecord> |
hasMessage(String message) |
static org.hamcrest.Matcher<LogRecord> |
hasMessageWithPattern(String messagePattern) |
static org.hamcrest.Matcher<LogRecord> |
noAttachment(String attachment) |
public static org.hamcrest.Matcher<LogRecord> hasMatchingFormat(org.hamcrest.Matcher<String> tMatcher)
public static org.hamcrest.Matcher<LogRecord> hasFormatWithPattern(String formatPattern)
public static org.hamcrest.Matcher<LogRecord> hasMatchingMarker(org.hamcrest.Matcher<org.slf4j.Marker> tMatcher)
public static org.hamcrest.Matcher<LogRecord> hasMarker(org.slf4j.Marker marker)
public static org.hamcrest.Matcher<LogRecord> hasMatchingMessage(org.hamcrest.Matcher<String> tMatcher)
public static org.hamcrest.Matcher<LogRecord> hasMessageWithPattern(String messagePattern)
public static org.hamcrest.Matcher<LogRecord> hasMatchingArguments(org.hamcrest.Matcher<Object[]> matcher)
public static org.hamcrest.Matcher<LogRecord> hasMatchingArguments(Object objects)
public static org.hamcrest.Matcher<LogRecord> hasExtraArguments(Object... objects)
public static org.hamcrest.Matcher<LogRecord> hasExtraArgumentAt(int idx, Object object)
public static org.hamcrest.Matcher<LogRecord> hasMatchingExtraArgumentsContaining(org.hamcrest.Matcher<Object>... matcher)
public static org.hamcrest.Matcher<LogRecord> hasMatchingExtraArguments(org.hamcrest.Matcher<Object[]> matcher)
public static org.hamcrest.Matcher<LogRecord> hasMatchingExtraThrowable(org.hamcrest.Matcher<Throwable> matcher)
Copyright © 2018 SPF4J. All rights reserved.