Class CarbonIntegrationBaseTest

java.lang.Object
org.wso2.carbon.integration.tests.common.utils.CarbonIntegrationBaseTest

public abstract class CarbonIntegrationBaseTest extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.wso2.carbon.automation.engine.context.AutomationContext
     
    protected org.wso2.carbon.automation.engine.context.beans.ContextUrls
     
    protected org.wso2.carbon.automation.engine.context.beans.User
     
    protected org.wso2.carbon.automation.engine.context.TestUserMode
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copyFolder(File sourceFolder, File destinationFolder)
    Copy folders from a source to a destination
    protected void
     
    protected void
    init(org.wso2.carbon.automation.engine.context.TestUserMode userMode)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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