Search in sources :

Example 1 with TestUtil

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);
}
Also used : TestProperties(org.camunda.bpm.TestProperties) TestUtil(org.camunda.bpm.util.TestUtil) Before(org.junit.Before)

Example 2 with TestUtil

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);
}
Also used : TestUtil(org.camunda.bpm.util.TestUtil)

Example 3 with TestUtil

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);
}
Also used : TestUtil(org.camunda.bpm.util.TestUtil) Before(org.junit.Before)

Aggregations

TestUtil (org.camunda.bpm.util.TestUtil)3 Before (org.junit.Before)2 TestProperties (org.camunda.bpm.TestProperties)1