Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java68 ArgumentMatcher mTwo = new Equals('x'); in should_to_string_with_matchers() local
69 …cationMatcher equals = new InvocationMatcher(new InvocationBuilder().toInvocation(), asList(mTwo)); in should_to_string_with_matchers()