_____________ 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)
This question was addressed to me in class test.
This interesting question is from Putting Ant to The Task topic in division Running JUnit Tests from Ant of JUnit