Searched refs:buildIntArgMethod (Results 1 - 2 of 2) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/verification/checkers/
H A DMissingInvocationInOrderCheckerTest.java74 invocations = asList(buildIntArgMethod().arg(1111).toInvocation());
75 wanted = buildIntArgMethod().arg(2222).toInvocationMatcher();
91 Invocation invocation1 = buildIntArgMethod().arg(1111).toInvocation();
92 Invocation invocation2 = buildIntArgMethod().arg(2222).toInvocation();
96 wanted = buildIntArgMethod().arg(2222).toInvocationMatcher();
109 private InvocationBuilder buildIntArgMethod() { method in class:MissingInvocationInOrderCheckerTest
H A DMissingInvocationCheckerTest.java58 wanted = buildIntArgMethod().arg(2222).toInvocationMatcher();
59 invocations = asList(buildIntArgMethod().arg(1111).toInvocation());
71 private InvocationBuilder buildIntArgMethod() { method in class:MissingInvocationCheckerTest

Completed in 900 milliseconds