Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2021-08-17 09:36:12 +0000
committerNoopur Gupta2021-08-17 09:36:12 +0000
commit62d50b560804c6d7e3052914e67587571ea4cb2d (patch)
treeeba95d14572500caf0b4410900d8da3e5f70b9e6
parent0a71d71c86a98d7ed2dac888d1b9baf13a328ea8 (diff)
downloadnews-62d50b560804c6d7e3052914e67587571ea4cb2d.tar.gz
news-62d50b560804c6d7e3052914e67587571ea4cb2d.tar.xz
news-62d50b560804c6d7e3052914e67587571ea4cb2d.zip
Bug 575246 - news for org.mockito.ArgumentMatchers.*
move the N&N entry to JUnit section Change-Id: Ic79aaaa14eb88ef1019b0f1720f8c57d7d668858
-rw-r--r--4.21/jdt.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/4.21/jdt.html b/4.21/jdt.html
index 1cc74c2b..45b03fdb 100644
--- a/4.21/jdt.html
+++ b/4.21/jdt.html
@@ -57,6 +57,16 @@ ul {padding-left: 13px;}
<h2>JUnit</h2>
</td>
</tr>
+
+ <tr id="mockitomatchers"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=575246 -->
+ <td class="title"><a href="#mockitomatchers">mockito ArgumentMatchers.* added to favorites in Java tooling</a></td>
+ <td class="content">
+ Mockito based tests frequently use <code>org.mockito.ArgumentMatchers.*</code>.
+ This has been added to the Java favorites in the preferences under Java &gt; Editor &gt; Content Assist &gt; Favorites.
+ This way the organize imports action in the IDE will automatically add static imports for these classes if you use them in your tests.
+ </td>
+ </tr>
+
<!-- ******************* End of JUnit ************************************* -->
<!-- ******************* Java Editor ************************************* -->
@@ -132,15 +142,6 @@ ul {padding-left: 13px;}
</td>
</tr>
- <tr id="mockitomatchers"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=575246 -->
- <td class="title"><a href="#mockitomatchers">mockito ArgumentMatchers.* added to favorites in Java tooling</a></td>
- <td class="content">
- Mockito based tests frequently use <code>org.mockito.ArgumentMatchers.*</code>.
- This has been added to the Java favorites in the preferences under Java &gt; Editor &gt; Content Assist &gt; Favorites.
- This way the organize imports action in the IDE will automatically add static imports for these classes if you use them in your tests.
- </td>
- </tr>
-
<tr id="change-compliance-jre-multi-constant-labels"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=574707 -->
<td class="title"><a href="#change-compliance-jre-multi-constant-labels">Change project compliance and JRE on using multi-constant case labels</a></td>
<td class="content">

Back to the top