| Package | Description |
|---|---|
| org.wso2.esb.integration.common.utils |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utils.assertIfSystemLogContains(CarbonLogReader carbonLogReader,
String expected)
Check if the log contains the expected string.
|
static boolean |
Utils.checkForLog(CarbonLogReader logReader,
String expected,
int timeout)
Check for the existence of the given log message.
|
static boolean |
Utils.logExists(CarbonLogReader logReader,
String expected,
int timeout)
Checks if the expected string is available in the tailed logs of carbon log reader.
|
Copyright © 2019 WSO2. All rights reserved.