Package org.elasticsearch.test
Class MockLog.UnseenEventExpectation
java.lang.Object
org.elasticsearch.test.MockLog.AbstractEventExpectation
org.elasticsearch.test.MockLog.UnseenEventExpectation
- All Implemented Interfaces:
MockLog.LoggingExpectation
- Enclosing class:
MockLog
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionUnseenEventExpectation(String name, String logger, org.apache.logging.log4j.Level level, String message) -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns if this expectation is matched, otherwise throws anAssertionError.Methods inherited from class org.elasticsearch.test.MockLog.AbstractEventExpectation
innerMatch, matchMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.test.MockLog.LoggingExpectation
awaitMatched
-
Constructor Details
-
UnseenEventExpectation
-
-
Method Details
-
assertMatched
public void assertMatched()Description copied from interface:MockLog.LoggingExpectationReturns if this expectation is matched, otherwise throws anAssertionError.
-