1819202122232425
* * @param step which will be changed */ @Override public void process(Step step) { Status status = throwable instanceof AssertionError ? Status.FAILED : Status.BROKEN; step.setStatus(status); }