Skip to content

Commit

Permalink
Document #1313 in Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jul 28, 2018
1 parent 95fbba8 commit d397305
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 d397305

Please sign in to comment.