Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
For the same reason that should... methods should be able to throw an exception, so should ScenarioSteps. This prevents me having to wrap code that shouldn't be throwing exceptions anyway.
Activity
Elizabeth Keogh
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Scenario steps throw Exception in their main perform-method.
They do not throw Exception in their cleanUp. This is because cleanUp happens in a finally {} clause, and you have to decide what you want to do with any exception you throw.