Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion Support #72

Open
alistairjevans opened this issue Apr 22, 2020 · 0 comments
Open

Assertion Support #72

alistairjevans opened this issue Apr 22, 2020 · 0 comments
Labels
enhancement New feature or request runner Changes to the execution of tests.

Comments

@alistairjevans
Copy link
Contributor

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.

@alistairjevans alistairjevans added enhancement New feature or request runner Changes to the execution of tests. labels Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request runner Changes to the execution of tests.
Development

No branches or pull requests

1 participant