public interface LogChecker
| Modifier and Type | Method and Description |
|---|---|
void |
check(String logMessage)
The method should check the log according to the rules defined in the implementation.
|
void check(String logMessage) throws AssertionError
logMessage - the log message to checkException - if the check failsAssertionErrorCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.