Searched refs:printMethodReturnType (Results 1 - 6 of 6) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
H A DDefaultAnswerValidator.java18 invocationInfo.printMethodReturnType(),
H A DReturns.java37 throw wrongTypeOfReturnValue(invocationInfo.printMethodReturnType(), "null", invocationInfo.getMethodName());
41 throw wrongTypeOfReturnValue(invocationInfo.printMethodReturnType(), printReturnType(), invocationInfo.getMethodName());
H A DInvocationInfo.java50 public String printMethodReturnType() { method in class:InvocationInfo
H A DReturnsArgumentAt.java85 invocationInfo.printMethodReturnType(),
/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
H A DInvocationInfoTest.java63 assertThat(new InvocationInfo(new InvocationBuilder().method("voidMethod").toInvocation()).printMethodReturnType()).isEqualTo("void");
64 assertThat(new InvocationInfo(new InvocationBuilder().method("integerReturningMethod").toInvocation()).printMethodReturnType()).isEqualTo("Integer");
65 assertThat(new InvocationInfo(new InvocationBuilder().method("intReturningMethod").toInvocation()).printMethodReturnType()).isEqualTo("int");
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 3749 milliseconds