6263646566676869
failure = (UUIDExceptionWrapper) cause; delegate.failed(step, failure); } public void failedOutcomes(String step, OutcomesTable table) { failure = new StepFailed(step, table); delegate.failedOutcomes(step, table); }
4647484950515253
failure = null; delegate.beforeStory(story, givenStory); } public void failed(String step, Throwable cause) { failure = new StepFailed(step, cause); delegate.failed(step, failure); }
5152535455565758
failure = new StepFailed(step, cause); delegate.failed(step, failure); } public void failedOutcomes(String step, OutcomesTable table) { failure = new StepFailed(step, table); delegate.failedOutcomes(step, table); }