Skip to content

Commit 501324c

Browse files
marcphilippCody Moore
authored and
Cody Moore
committed
Document junit-team#1313 in Release Notes
1 parent e49dbd6 commit 501324c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.3.0-RC1.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ on GitHub.
4343
_declared_. This allows build tools such as Maven Surefire to properly include
4444
inherited `@Test` methods when executing a single test class or specific test classes
4545
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.
4648

4749
==== Deprecations and Breaking Changes
4850

0 commit comments

Comments
 (0)