Searched refs:overloadedInvocation (Results 1 – 1 of 1) sorted by relevance
104 …Invocation overloadedInvocation = new InvocationBuilder().method(overloadedMethod).arg(sameArg).to… in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg() local106 assertFalse(invocation.hasSimilarMethod(overloadedInvocation)); in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg()115 …Invocation overloadedInvocation = new InvocationBuilder().mock(mock).method(overloadedMethod).arg(… in should_be_similar_if_is_overloaded_but_used_with_different_arg() local117 assertTrue(invocation.hasSimilarMethod(overloadedInvocation)); in should_be_similar_if_is_overloaded_but_used_with_different_arg()