Fixed
Details
Assignee
Mauro TaleviMauro TaleviReporter
Mauro TaleviMauro TaleviComponents
Fix versions
Priority
Critical
Details
Details
Assignee
Mauro Talevi
Mauro TaleviReporter
Mauro Talevi
Mauro TaleviComponents
Fix versions
Priority

Created May 25, 2010 at 9:45 PM
Updated May 22, 2015 at 8:23 AM
Resolved May 25, 2010 at 10:17 PM
PrintStream reporters should not throw any exception upon step failures, since they prevent the delegating reporter from completing the list of all delegate reporters. This may manifest itself as the stats not be being written.
In general, reporters should not throw any exceptions, as the the failures are handled by the ErrorStrategy.
If one does want reporters to throw exceptions on failure, one may decorate the reporter with the StepFailureScenarioReporterDecorator.