Skip to content

Commit

Permalink
Document #2688 in 5.8 GA release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Aug 18, 2021
1 parent 65ed18c commit 5339376
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ on GitHub.
parameters in test class constructors, test methods, and lifecycle methods. See
<<../user-guide/index.adoc#extensions-registration-declarative, Declarative Extension
Registration>> for details.
* `@RegisterExtension` fields may now be `private`.
* New `assertThrowsExactly()` method in `Assertions` which is a more strict version of
`assertThrows()` that allows you to assert that the exception thrown is of the exact
type specified.
Expand Down

0 comments on commit 5339376

Please sign in to comment.