Skip to content

Commit

Permalink
Document junit-team#1313 in Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp authored and Cody Moore committed Sep 17, 2018
1 parent e49dbd6 commit 501324c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ on GitHub.
_declared_. This allows build tools such as Maven Surefire to properly include
inherited `@Test` methods when executing a single test class or specific test classes
based on filters -- for example, via `mvn test -Dtest=SubclassTests`).
* Exceptions thrown in `@After` and `@AfterAll` lifecycle methods now take precedence over
violated assumptions (i.e. `TestAbortedExceptions`) in test or prior lifecycle methods.

==== Deprecations and Breaking Changes

Expand Down

0 comments on commit 501324c

Please sign in to comment.