Assert.fail(e.getMessage());
}
Assert.assertNotNull(nonFailMethod);
Assert.assertNotNull(failMethod);
StepNode stepImpl1 = createStep(this.getClass(), nonFailMethod, STEP_NODE + "1");
StepNode stepImpl2 = createStep(this.getClass(), failMethod, STEP_NODE + "2");
StepNode stepImpl3 = createStep(this.getClass(), nonFailMethod, STEP_NODE + "3");
return Lists.newArrayList(stepImpl1, stepImpl2, stepImpl3);
}