______________ sets stub behavior for the expected invocation.
(a) andStubReturn(T value)
(b) andThrow(Throwable throwable)
(c) anyTimes()
(d) asStub()
This question was addressed to me in a national level competition.
My question is based upon Putting Ant to The Task topic in chapter Running JUnit Tests from Ant of JUnit