return URLTasks.isUrlAvailable(getJbpmnUrl());
}
public void testProcess(final BPMNProcess process) {
for (BPMNTestCase testCase : process.getTestCases()) {
BPMNTester bpmnTester = new BPMNTester();
bpmnTester.setSource(process.getTargetTestSrcPathWithCase(testCase.getNumber()));
bpmnTester.setTarget(process.getTargetTestBinPathWithCase(testCase.getNumber()));
bpmnTester.setReportPath(process.getTargetReportsPathWithCase(testCase.getNumber()));
JbpmTester tester = new JbpmTester();
tester.setTestCase(testCase);
tester.setName(process.getName());
tester.setDeploymentId(process.getGroupId() + ":" + process.getName() + ":" + process.getVersion());