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 String
TESTCONFIG_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 String
getApplicationPath(String contextPath)
String
getHttpHost()
int
getHttpPort()
Properties
getProps()
String
getStringProperty(String propName, String defaultValue)
static Properties
getTestProperties()
-
-
-
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
-
-