-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce AssertionFailureBuilder (#2972)
Resolves #2967.
- Loading branch information
1 parent
08b102c
commit e91e5dc
Showing
24 changed files
with
516 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
documentation/src/docs/asciidoc/release-notes/release-notes-5.9.0.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,59 @@ | ||
[[release-notes-5.9.0]] | ||
== 5.9.0 | ||
|
||
*Date of Release:* ❓ | ||
|
||
*Scope:* ❓ | ||
|
||
For a complete list of all _closed_ issues and pull requests for this release, consult the | ||
link:{junit5-repo} /milestone/62?closed=1 [5.9.0] milestone page in the JUnit repository on | ||
GitHub. | ||
|
||
|
||
[[release-notes-5.9.0-junit-platform]] | ||
=== JUnit Platform | ||
|
||
==== Bug Fixes | ||
|
||
* ❓ | ||
|
||
==== Deprecations and Breaking Changes | ||
|
||
* ❓ | ||
|
||
==== New Features and Improvements | ||
|
||
* ❓ | ||
|
||
|
||
[[release-notes-5.9.0-junit-jupiter]] | ||
=== JUnit Jupiter | ||
|
||
==== Bug Fixes | ||
|
||
* ❓ | ||
|
||
==== Deprecations and Breaking Changes | ||
|
||
* ❓ | ||
|
||
==== New Features and Improvements | ||
|
||
* `AssertionFailureBuilder` allows reusing Jupiter's logic for creating failure messages | ||
to assist in writing custom assertion methods. | ||
|
||
|
||
[[release-notes-5.9.0-junit-vintage]] | ||
=== JUnit Vintage | ||
|
||
==== Bug Fixes | ||
|
||
* ❓ | ||
|
||
==== Deprecations and Breaking Changes | ||
|
||
* ❓ | ||
|
||
==== New Features and Improvements | ||
|
||
* ❓ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.