use of org.wso2.carbon.integration.common.admin.client.LogViewerClient in project product-iots by wso2.
the class SampleInstallationTest method setup.
@BeforeClass(alwaysRun = true)
public void setup() throws XPathExpressionException, XMLStreamException, IOException, AutomationFrameworkException, LoginAuthenticationExceptionException {
super.init();
logViewerClient = new LogViewerClient(getBackendURL(), getSessionCookie(automationContext));
}
Aggregations