Searched refs:mockitoMethod (Results 1 – 3 of 3) sorted by relevance
29 private final MockitoMethod mockitoMethod; field in InterceptedInvocation42 MockitoMethod mockitoMethod, in InterceptedInvocation() argument47 this.mockitoMethod = mockitoMethod; in InterceptedInvocation()48 this.arguments = ArgumentsProcessor.expandVarArgs(mockitoMethod.isVarArgs(), arguments); in InterceptedInvocation()77 return mockitoMethod.getReturnType(); in getRawReturnType()112 return mockitoMethod.getJavaMethod(); in getMethod()147 && this.mockitoMethod.equals(other.mockitoMethod) in equals()
43 … public InvocationImpl(Object mock, MockitoMethod mockitoMethod, Object[] args, int sequenceNumber, in InvocationImpl() argument45 this.method = mockitoMethod; in InvocationImpl()48 this.arguments = ArgumentsProcessor.expandVarArgs(mockitoMethod.isVarArgs(), args); in InvocationImpl()
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...