We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49dbd6 commit 501324cCopy full SHA for 501324c
documentation/src/docs/asciidoc/release-notes/release-notes-5.3.0-RC1.adoc
@@ -43,6 +43,8 @@ on GitHub.
43
_declared_. This allows build tools such as Maven Surefire to properly include
44
inherited `@Test` methods when executing a single test class or specific test classes
45
based on filters -- for example, via `mvn test -Dtest=SubclassTests`).
46
+* Exceptions thrown in `@After` and `@AfterAll` lifecycle methods now take precedence over
47
+ violated assumptions (i.e. `TestAbortedExceptions`) in test or prior lifecycle methods.
48
49
==== Deprecations and Breaking Changes
50
0 commit comments