Package org.camunda.bpm
Class TestProperties
- java.lang.Object
-
- org.camunda.bpm.TestProperties
-
public class TestProperties extends Object
- Author:
- drobisch
-
-
Field Summary
Fields Modifier and Type Field Description static StringTESTCONFIG_PROPERTIES_FILE
-
Constructor Summary
Constructors Constructor Description TestProperties()TestProperties(int defaultPort)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationPath(String contextPath)StringgetHttpHost()intgetHttpPort()PropertiesgetProps()StringgetStringProperty(String propName, String defaultValue)static PropertiesgetTestProperties()
-
-
-
Field Detail
-
TESTCONFIG_PROPERTIES_FILE
public static final String TESTCONFIG_PROPERTIES_FILE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TestProperties
public TestProperties() throws IOException- Throws:
IOException
-
TestProperties
public TestProperties(int defaultPort) throws IOException- Throws:
IOException
-
-
Method Detail
-
getProps
public Properties getProps()
-
getHttpPort
public int getHttpPort()
-
getHttpHost
public String getHttpHost()
-
getTestProperties
public static Properties getTestProperties() throws IOException
- Throws:
IOException
-
-