@ThreadSafe public final class ExactLogStreamMatcher extends Object implements LogStreamMatcher
Constructor and Description |
---|
ExactLogStreamMatcher(boolean assertSeen,
org.hamcrest.Matcher<TestLogRecord>... matchers) |
Modifier and Type | Method and Description |
---|---|
void |
accept(TestLogRecord record) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
isMatched() |
String |
toString() |
public ExactLogStreamMatcher(boolean assertSeen, org.hamcrest.Matcher<TestLogRecord>... matchers)
public boolean isMatched()
isMatched
in interface LogStreamMatcher
public void accept(TestLogRecord record)
accept
in interface Consumer<TestLogRecord>
public void describeTo(org.hamcrest.Description description)
describeTo
in interface org.hamcrest.SelfDescribing
Copyright © 2021 SPF4J. All rights reserved.