}
restFixture.initialize(Runner.FIT);
((FitFormatter) restFixture.getFormatter())
.setActionFixtureDelegate(this);
}
RowWrapper currentRow = new FitRow(parse);
try {
restFixture.processRow(currentRow);
} catch (Exception exception) {
LOG.error("Exception when processing row "
+ currentRow.getCell(0).text(), exception);
restFixture.getFormatter().exception(currentRow.getCell(0),
exception);
}
}