-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestrunnerChanges to the execution of tests.Changes to the execution of tests.
Description
At the moment, there is a single exception AssertionException that we throw if a step (or something else) fails.
This should really be extended with an Assert static class or something similar, to provide XUnit-style assertion methods; to make it easier to throw useful errors.
The raised exception should then contain more contextual information about the assertion failure.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrunnerChanges to the execution of tests.Changes to the execution of tests.