Skip to content

Jupiter engine does not invoke 'after alls' if exception is thrown by 'before alls' #359

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

Closed
1 task done
sbrannen opened this issue Jun 25, 2016 · 1 comment
Closed
1 task done

Comments

@sbrannen
Copy link
Member

sbrannen commented Jun 25, 2016

Status Quo

In contrast to the behavior of JUnit 4, the Jupiter TestEngine currently does not invoke AfterAllCallbacks or @AfterAll methods if an exception is thrown by a BeforeAllCallback or @BeforeAll method.

Related Issues

Deliverables

  • Ensure that "after all" methods and callbacks are invoked even if an exception is thrown by a "before all" method or callback.
@sbrannen
Copy link
Member Author

in progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant