Class TestProperties

java.lang.Object
org.camunda.bpm.TestProperties

public class TestProperties extends Object
Author:
drobisch
  • Field Details

  • Constructor Details

  • Method Details

    • getProps

      public Properties getProps()
    • getApplicationPath

      public String getApplicationPath(String contextPath)
    • getHttpPort

      public int getHttpPort()
    • getStringProperty

      public String getStringProperty(String propName, String defaultValue)
    • getHttpHost

      public String getHttpHost()
    • getWebappCtxPath

      public String getWebappCtxPath()
    • getRestCtxPath

      public String getRestCtxPath()
    • getTestProperties

      public static Properties getTestProperties() throws IOException
      Throws:
      IOException