Home
last modified time | relevance | path

Searched refs:sameArg (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java101 String sameArg = "test"; in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg() local
103 …InvocationMatcher invocation = new InvocationBuilder().method(method).arg(sameArg).toInvocationMat… in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg()
104 …verloadedInvocation = new InvocationBuilder().method(overloadedMethod).arg(sameArg).toInvocation(); in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg()