Search in sources :

Example 1 with LogViewerClient

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));
}
Also used : LogViewerClient(org.wso2.carbon.integration.common.admin.client.LogViewerClient) BeforeClass(org.testng.annotations.BeforeClass)

Aggregations

BeforeClass (org.testng.annotations.BeforeClass)1 LogViewerClient (org.wso2.carbon.integration.common.admin.client.LogViewerClient)1