Skip to content

Commit

Permalink
Improve javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrasecreth committed Mar 26, 2019
1 parent ea745bf commit 7cfd98c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/mockito/invocation/Invocation.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ public interface Invocation extends InvocationOnMock, DescribedInvocation {
Object[] getRawArguments();

/**
* Returns arguments wrapped into ArgumentMatchers
* Wraps each argument using ArgumentMatchers.eq() or AdditionalMatchers.arryEq()
* Used internally for the purposes of human-readable invocation printing.
*
* @return a list of ArgumentMatcher wrapping each of this invocation arguments
* @since 2.25.6
*/
List<ArgumentMatcher> getArgumentsAsMatchers();

Expand Down

0 comments on commit 7cfd98c

Please sign in to comment.