Skip to content

Commit

Permalink
add note on "assertion description is forgotten after using extracting"
Browse files Browse the repository at this point in the history
assertj/assertj#920 to 2.7.0 news section
  • Loading branch information
PascalSchumacher committed May 14, 2017
1 parent 111e1e5 commit 38859ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assertj-core-news.html
Expand Up @@ -331,6 +331,7 @@ <h4 class="page-header"> Release notes</h4>
<li>AssertJ is compatible with Java 9. <span class="contributor">(Pascal Schumacher)</span></li>
<li><span class="small-code">containsSequence</span> and <span class="small-code">containsSubSequence</span> can now take a <span class="small-code">List</span> parameter. <span class="contributor">(Christopher Arnott)</span></li>
<li>Provide a description of extracted fields unless one has already been given. <span class="contributor">(Pascal Schumacher)</span></li>
<li>Custom description set by <span class="small-code">as/describedAs</span> is kept after after using <span class="small-code">extracting/extractingResultOf</span></li>
<li>Enable static code analysis tools (e.g. Findbugs) to detect incorrect API usage of &quot;non-asserting&quot; methods like describedAs, usingX. (<span class="contributor">Pascal Schumacher</span>)</li>
<li><span class="small-code">isEqualToComparingFieldByFieldRecursively</span> comparison improvements for unordered sets comparison.</span> <span class="contributor">(Kseniya Panasyuk)</span></li>
<li>Disambiguate field description in <span class="small-code">isEqualToComparingFieldByFieldRecursively</span> error message.</span></li>
Expand Down
1 change: 1 addition & 0 deletions templates/assertj-core-news-template.html
Expand Up @@ -260,6 +260,7 @@ <h4 class="page-header"> Release notes</h4>
<li>AssertJ is compatible with Java 9. <span class="contributor">(Pascal Schumacher)</span></li>
<li><span class="small-code">containsSequence</span> and <span class="small-code">containsSubSequence</span> can now take a <span class="small-code">List</span> parameter. <span class="contributor">(Christopher Arnott)</span></li>
<li>Provide a description of extracted fields unless one has already been given. <span class="contributor">(Pascal Schumacher)</span></li>
<li>Custom description set by <span class="small-code">as/describedAs</span> is kept after after using <span class="small-code">extracting/extractingResultOf</span></li>
<li>Enable static code analysis tools (e.g. Findbugs) to detect incorrect API usage of &quot;non-asserting&quot; methods like describedAs, usingX. (<span class="contributor">Pascal Schumacher</span>)</li>
<li><span class="small-code">isEqualToComparingFieldByFieldRecursively</span> comparison improvements for unordered sets comparison.</span> <span class="contributor">(Kseniya Panasyuk)</span></li>
<li>Disambiguate field description in <span class="small-code">isEqualToComparingFieldByFieldRecursively</span> error message.</span></li>
Expand Down

1 comment on commit 38859ac

@joel-costigliola
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.