We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Platform (all, jvm, js): all Extension (none, kotlin 1.3): none
Currently, we only catch unexpected exceptions in:
But we especially don't do it in:
Which means we:
For instance:
expectGrouped { group("foo") { // one expectation fails } group("bar") { // throws unexpected exception } group("baz"){ // no longer evaluated } }
The result will be that we only see that an IllegalStateException was thrown and not a single report of Atrium
Relates to 387
The text was updated successfully, but these errors were encountered:
robstoll
No branches or pull requests
Platform (all, jvm, js): all
Extension (none, kotlin 1.3): none
Code related feature
Currently, we only catch unexpected exceptions in:
But we especially don't do it in:
Which means we:
For instance:
The result will be that we only see that an IllegalStateException was thrown and not a single report of Atrium
Relates to 387
The text was updated successfully, but these errors were encountered: