Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java99 Method overloadedMethod = IMethods.class.getMethod("simpleMethod", Object.class); in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg() local
104 …Invocation overloadedInvocation = new InvocationBuilder().method(overloadedMethod).arg(sameArg).to… in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg()
112 Method overloadedMethod = IMethods.class.getMethod("simpleMethod", Object.class); in should_be_similar_if_is_overloaded_but_used_with_different_arg() local
115 …on overloadedInvocation = new InvocationBuilder().mock(mock).method(overloadedMethod).arg("bar").t… in should_be_similar_if_is_overloaded_but_used_with_different_arg()