Package org.camunda.bpm
Class TestProperties
- java.lang.Object
- 
- org.camunda.bpm.TestProperties
 
- 
 public class TestProperties extends java.lang.Object- Author:
- drobisch
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringTESTCONFIG_PROPERTIES_FILE
 - 
Constructor SummaryConstructors Constructor Description TestProperties()TestProperties(int defaultPort)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplicationPath(java.lang.String contextPath)java.lang.StringgetHttpHost()intgetHttpPort()java.util.PropertiesgetProps()java.lang.StringgetStringProperty(java.lang.String propName, java.lang.String defaultValue)static java.util.PropertiesgetTestProperties()
 
- 
- 
- 
Field Detail- 
TESTCONFIG_PROPERTIES_FILEpublic static final java.lang.String TESTCONFIG_PROPERTIES_FILE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getPropspublic java.util.Properties getProps() 
 - 
getApplicationPathpublic java.lang.String getApplicationPath(java.lang.String contextPath) 
 - 
getHttpPortpublic int getHttpPort() 
 - 
getStringPropertypublic java.lang.String getStringProperty(java.lang.String propName, java.lang.String defaultValue)
 - 
getHttpHostpublic java.lang.String getHttpHost() 
 - 
getTestPropertiespublic static java.util.Properties getTestProperties() throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
-