Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java57 …InvocationMatcher withOneArg = new InvocationMatcher(new InvocationBuilder().args("test").toInvoca… in should_not_equal_if_number_of_arguments_differ() local
60 assertFalse(withOneArg.equals(null)); in should_not_equal_if_number_of_arguments_differ()
61 assertFalse(withOneArg.equals(withTwoArgs)); in should_not_equal_if_number_of_arguments_differ()