You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: