Searched refs:toAnswer (Results 1 – 6 of 6) sorted by relevance
73 return toAnswer(new Returns(value)); in toReturn()77 return toAnswer(new ThrowsException(throwable)); in toThrow()
27 public DeprecatedOngoingStubbing<T> toAnswer(Answer<?> answer) { in toAnswer() method in ConsecutiveStubbing
31 public VoidMethodStubbable<T> toAnswer(Answer<?> answer) { in toAnswer() method in VoidMethodStubbableImpl
36 public DeprecatedOngoingStubbing<T> toAnswer(Answer<?> answer) { in toAnswer() method in OngoingStubbingImpl
90 VoidMethodStubbable<T> toAnswer(Answer<?> answer); in toAnswer() method
79 DeprecatedOngoingStubbing<T> toAnswer(Answer<?> answer); in toAnswer() method