Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2021-08-16 07:32:27 +0000
committerNoopur Gupta2021-08-16 07:32:27 +0000
commitae24a00a86f6bf66db2ffcdd8ce4048371e9bf0e (patch)
treed4b79def8d729ea0c302576f843e75e01440cfe0
parent1848eba2e729d3a4830a088bab707156e6953bd3 (diff)
downloadnews-ae24a00a86f6bf66db2ffcdd8ce4048371e9bf0e.tar.gz
news-ae24a00a86f6bf66db2ffcdd8ce4048371e9bf0e.tar.xz
news-ae24a00a86f6bf66db2ffcdd8ce4048371e9bf0e.zip
Bug 575246 - news for org.mockito.ArgumentMatchers.*
update N&N entry Change-Id: I2fafbd637d320d8ac28987455978169a6b8a93c6
-rw-r--r--4.21/jdt.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/4.21/jdt.html b/4.21/jdt.html
index a30602bb..fcf2c846 100644
--- a/4.21/jdt.html
+++ b/4.21/jdt.html
@@ -100,11 +100,11 @@ ul {padding-left: 13px;}
</tr>
<tr id="mockitomatchers"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=575246 -->
- <td class="title"><a href="#mockitomatchers">Mockitos org.mockito.ArgumentMatchers.* added to favorites in Java Tooling</a></td>
+ <td class="title"><a href="#mockitomatchers">org.mockito.ArgumentMatchers.* added to favorites in Java tooling</a></td>
<td class="content">
- Mockito based tests frequently uses org.mockito.ArgumentMatchers.*.
- This has been added are added to the Java favorites in the preferences under Java -> Editor -> Content Assists -> Favorites.
- This way the organize imports action in the IDE will automatically add static imports to this class in you use this package in your tests.
+ 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>

Back to the top