Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/
DInvocationInfoTest.java24 InvocationInfo info = new InvocationInfo(invocation); in should_know_valid_throwables()
33 …assertThat(new InvocationInfo(new InvocationBuilder().method("integerReturningMethod").toInvocatio… in should_know_valid_return_types()
34 …assertThat(new InvocationInfo(new InvocationBuilder().method("integerReturningMethod").toInvocatio… in should_know_valid_return_types()
35 …assertThat(new InvocationInfo(new InvocationBuilder().method("intReturningMethod").toInvocation())… in should_know_valid_return_types()
36 …assertThat(new InvocationInfo(new InvocationBuilder().method("intReturningMethod").toInvocation())… in should_know_valid_return_types()
37 …assertThat(new InvocationInfo(new InvocationBuilder().method("integerReturningMethod").toInvocatio… in should_know_valid_return_types()
42 …assertThat(new InvocationInfo(new InvocationBuilder().method("intReturningMethod").toInvocation())… in should_know_when_invocation_returns_primitive()
43 …assertThat(new InvocationInfo(new InvocationBuilder().method("integerReturningMethod").toInvocatio… in should_know_when_invocation_returns_primitive()
48 …assertThat(new InvocationInfo(new InvocationBuilder().method("voidMethod").toInvocation()).isVoid(… in should_know_when_invocation_returns_void()
49 …assertThat(new InvocationInfo(new InvocationBuilder().method("integerReturningMethod").toInvocatio… in should_know_when_invocation_returns_void()
[all …]
/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DDefaultAnswerValidator.java14 InvocationInfo invocationInfo = new InvocationInfo(invocation); in validateReturnValueFor()
DReturns.java31 InvocationInfo invocationInfo = new InvocationInfo(invocation); in validateFor()
DInvocationInfo.java13 public class InvocationInfo implements AbstractAwareMethod { class
17 public InvocationInfo(InvocationOnMock theInvocation) { in InvocationInfo() method in InvocationInfo
DReturnsArgumentAt.java90 InvocationInfo invocationInfo = new InvocationInfo(invocation); in validateArgumentTypeCompatibility()
DDoesNothing.java34 if (!new InvocationInfo(invocation).isVoid()) { in validateFor()
DCallsRealMethods.java48 if (new InvocationInfo(invocation).isAbstract()) { in validateFor()
DThrowsException.java63 if (!new InvocationInfo(invocation).isValidException(throwable)) { in validateFor()
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...