_______________ sets a stub object implementing the same interface as the mock.
(a) andAnswer(IAnswer<? extends T> answer)
(b) andDelegateTo(Object delegateTo)
(c) andStubAnswer(IAnswer<? extends T> answer)
(d) andStubDelegateTo(Object delegateTo)
The question was asked during an internship interview.
I'd like to ask this question from Putting Ant to The Task in division Running JUnit Tests from Ant of JUnit