Skip to content

Commit

Permalink
Remove recommendation to import ArgumentMatchers methods via Mockito (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Nov 30, 2021
1 parent cf7024a commit 1e5cf31
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/mockito/ArgumentMatchers.java
Expand Up @@ -32,9 +32,6 @@
/**
* Allow flexible verification or stubbing. See also {@link AdditionalMatchers}.
*
* <p>
* {@link Mockito} extends ArgumentMatchers so to get access to all matchers just import Mockito class statically.
*
* <pre class="code"><code class="java">
* //stubbing using anyInt() argument matcher
* when(mockedList.get(anyInt())).thenReturn("element");
Expand Down

0 comments on commit 1e5cf31

Please sign in to comment.