Home
last modified time | relevance | path

Searched defs: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
112 Method overloadedMethod = IMethods.class.getMethod("simpleMethod", Object.class); in should_be_similar_if_is_overloaded_but_used_with_different_arg() local