Home
last modified time | relevance | path

Searched refs:toAnswer (Results 1 – 6 of 6) sorted by relevance

/external/mockito/src/org/mockito/internal/stubbing/
DBaseStubbing.java73 return toAnswer(new Returns(value)); in toReturn()
77 return toAnswer(new ThrowsException(throwable)); in toThrow()
DConsecutiveStubbing.java27 public DeprecatedOngoingStubbing<T> toAnswer(Answer<?> answer) { in toAnswer() method in ConsecutiveStubbing
DVoidMethodStubbableImpl.java31 public VoidMethodStubbable<T> toAnswer(Answer<?> answer) { in toAnswer() method in VoidMethodStubbableImpl
DOngoingStubbingImpl.java36 public DeprecatedOngoingStubbing<T> toAnswer(Answer<?> answer) { in toAnswer() method in OngoingStubbingImpl
/external/mockito/src/org/mockito/stubbing/
DVoidMethodStubbable.java90 VoidMethodStubbable<T> toAnswer(Answer<?> answer); in toAnswer() method
DDeprecatedOngoingStubbing.java79 DeprecatedOngoingStubbing<T> toAnswer(Answer<?> answer); in toAnswer() method