Searched defs:delegateMethod (Results 1 – 4 of 4) sorted by relevance
38 val delegateMethod = delegate.javaClass.getMethod(method.name, *method.parameterTypes) in automagicTypedProxy() constant
36 Method delegateMethod = getDelegateMethod(mockMethod); in answer() local
83 ServerMethodDefinition<RequestT, ResponseT> delegateMethod = getMethodDefinition(headers); in startCall() local
811 …itoException delegatedMethodHasWrongReturnType(Method mockMethod, Method delegateMethod, Object mo… in delegatedMethodHasWrongReturnType()