Skip to content
Discussion options

You must be logged in to vote

Any exception thrown by a step binding method (Given/When/Then) indicates to the Reqnroll runtime that the test step has failed and to mark that Scenario as failed. Reqnroll even has a set of custom exception types specifically for this purpose, such as the PendingStepException.

So, we actually want the exceptions to flow out of the step methods.

Are there concerns you have beyond that basic behavioral pattern used by Reqnroll?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 304NotModified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants