1.

_____________ sets a stub object that will be used for the calculation of the answer for the expected invocation.

A. andAnswer(IAnswer<? extends T>answer)
B. andDelegateTo(Object delegateTo)
C. andStubAnswer(IAnswer<? extends T> answer)
D. andThrow(Throwable throwable)
Answer» D. andThrow(Throwable throwable)


Discussion

No Comment Found