Searched refs:overloadedMethod (Results 1 – 1 of 1) sorted by relevance
99 Method overloadedMethod = IMethods.class.getMethod("simpleMethod", Object.class); in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg() local104 …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() local115 …on overloadedInvocation = new InvocationBuilder().mock(mock).method(overloadedMethod).arg("bar").t… in should_be_similar_if_is_overloaded_but_used_with_different_arg()