Uses of Class
org.wso2.carbon.integration.tests.common.exception.CarbonToolsIntegrationTestException
Packages that use CarbonToolsIntegrationTestException
-
Uses of CarbonToolsIntegrationTestException in org.wso2.carbon.integration.tests.common.utils
Methods in org.wso2.carbon.integration.tests.common.utils that throw CarbonToolsIntegrationTestExceptionModifier and TypeMethodDescriptionvoidCarbonIntegrationBaseTest.copyFolder(File sourceFolder, File destinationFolder) Copy folders from a source to a destinationstatic booleanCarbonCommandToolsUtil.isScriptRunSuccessfully(String directory, String[] cmdArray, String expectedString) This method is to execute commands and reading the logs to find the expected string.static booleanCarbonCommandToolsUtil.isServerStartedUp(org.wso2.carbon.automation.engine.context.AutomationContext automationContext, int portOffset) This method to check whether server is up or not This method wait for some time to check login status by checking the port and login This will throw an exception if port is not open or couldn't loginstatic ProcessThis method is to execute commands and return the Processstatic voidCarbonCommandToolsUtil.serverShutdown(int portOffset) This method is to shutdown carbon serverstatic voidCarbonCommandToolsUtil.serverShutdown(String backendURL, String userName, String password, int portOffset) This method is to shutdown carbon server using admin credentials