Class TestConfigurationProvider
- java.lang.Object
-
- org.wso2.am.integration.test.utils.generic.TestConfigurationProvider
-
public class TestConfigurationProvider extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.wso2.carbon.automation.engine.context.AutomationContextgetAutomationContext()static StringgetExecutionEnvironment()static StringgetKeyStoreLocation()static StringgetKeyStorePassword()static StringgetKeyStoreType()static StringgetResourceLocation()static StringgetResourceLocation(String productName)static StringgetSecurityPolicyLocation()static intgetServiceDeploymentDelay()static StringgetTrustStoreLocation()static StringgetTrustStorePassword()static StringgetTrustStoreType()static booleanisIntegration()static booleanisPlatform()
-
-
-
Method Detail
-
getSecurityPolicyLocation
public static String getSecurityPolicyLocation()
-
getKeyStoreLocation
public static String getKeyStoreLocation() throws XPathExpressionException
- Throws:
XPathExpressionException
-
getKeyStorePassword
public static String getKeyStorePassword() throws XPathExpressionException
- Throws:
XPathExpressionException
-
getKeyStoreType
public static String getKeyStoreType() throws XPathExpressionException
- Throws:
XPathExpressionException
-
getTrustStoreLocation
public static String getTrustStoreLocation() throws XPathExpressionException
- Throws:
XPathExpressionException
-
getTrustStorePassword
public static String getTrustStorePassword() throws XPathExpressionException
- Throws:
XPathExpressionException
-
getTrustStoreType
public static String getTrustStoreType() throws XPathExpressionException
- Throws:
XPathExpressionException
-
getResourceLocation
public static String getResourceLocation()
-
getExecutionEnvironment
public static String getExecutionEnvironment() throws XPathExpressionException
- Throws:
XPathExpressionException
-
getServiceDeploymentDelay
public static int getServiceDeploymentDelay()
-
isIntegration
public static boolean isIntegration() throws XPathExpressionException- Throws:
XPathExpressionException
-
isPlatform
public static boolean isPlatform() throws XPathExpressionException- Throws:
XPathExpressionException
-
getAutomationContext
public static org.wso2.carbon.automation.engine.context.AutomationContext getAutomationContext()
-
-