} catch (Exception e) {
e.printStackTrace();
Assert.fail(e.getMessage());
}
ResponseCtx response = pdp.evaluate(request);
Result result = (Result) response.getResults().iterator().next();
assertTrue(result.getDecision() == Result.DECISION_INDETERMINATE);
assertTrue(result.getStatus().getCode().iterator().next().equals(
Status.STATUS_PROCESSING_ERROR));
}