Closed
Description
Status Quo
In contrast to the behavior of JUnit 4, the Jupiter TestEngine
currently does not invoke AfterAllCallback
s or @AfterAll
methods if an exception is thrown by a BeforeAllCallback
or @BeforeAll
method.
Related Issues
- Test execution exceptions are not supplied to extensions #92
- Jupiter engine does not invoke 'afters' if exception is thrown by test or 'befores' #357
Deliverables
- Ensure that "after all" methods and callbacks are invoked even if an exception is thrown by a "before all" method or callback.