use of org.camunda.bpm.util.TestUtil in project camunda-bpm-platform by camunda.
the class AbstractWebIT method before.
@Before
public void before() throws Exception {
testProperties = new TestProperties(48080);
testUtil = new TestUtil(testProperties);
}
use of org.camunda.bpm.util.TestUtil in project camunda-bpm-platform by camunda.
the class AbstractWebappUiIntegrationTest method before.
@Before
public void before() throws Exception {
testProperties = new TestProperties(48080);
appUrl = testProperties.getApplicationPath(contextPath);
testUtil = new TestUtil(testProperties);
}
use of org.camunda.bpm.util.TestUtil in project camunda-bpm-platform by camunda.
the class AbstractWebIntegrationTest method before.
@Before
public void before() throws Exception {
testProperties = new TestProperties(48080);
testUtil = new TestUtil(testProperties);
}
Aggregations