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 TypeMethodDescriptionvoid
Returns if this expectation is matched, otherwise throws anAssertionError
.Methods inherited from class org.elasticsearch.test.MockLog.AbstractEventExpectation
innerMatch, match
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.test.MockLog.LoggingExpectation
awaitMatched
-
Constructor Details
-
UnseenEventExpectation
-
-
Method Details
-
assertMatched
public void assertMatched()Description copied from interface:MockLog.LoggingExpectation
Returns if this expectation is matched, otherwise throws anAssertionError
.
-