Class CarbonIntegrationBaseTest
java.lang.Object
org.wso2.carbon.integration.tests.common.utils.CarbonIntegrationBaseTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.wso2.carbon.automation.engine.context.AutomationContextprotected org.wso2.carbon.automation.engine.context.beans.ContextUrlsprotected org.wso2.carbon.automation.engine.context.beans.Userprotected org.wso2.carbon.automation.engine.context.TestUserMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyFolder(File sourceFolder, File destinationFolder) Copy folders from a source to a destinationprotected voidinit()protected voidinit(org.wso2.carbon.automation.engine.context.TestUserMode userMode)
-
Field Details
-
contextUrls
protected org.wso2.carbon.automation.engine.context.beans.ContextUrls contextUrls -
automationContext
protected org.wso2.carbon.automation.engine.context.AutomationContext automationContext -
userMode
protected org.wso2.carbon.automation.engine.context.TestUserMode userMode -
userInfo
protected org.wso2.carbon.automation.engine.context.beans.User userInfo
-
-
Constructor Details
-
CarbonIntegrationBaseTest
public CarbonIntegrationBaseTest()
-
-
Method Details
-
init
- Throws:
XPathExpressionException
-
init
protected void init(org.wso2.carbon.automation.engine.context.TestUserMode userMode) throws XPathExpressionException - Throws:
XPathExpressionException
-
copyFolder
public void copyFolder(File sourceFolder, File destinationFolder) throws CarbonToolsIntegrationTestException Copy folders from a source to a destination- Parameters:
sourceFolder- - source filedestinationFolder- - destination file- Throws:
CarbonToolsIntegrationTestException
-