______________ create a new capture instance that will keep only the last captured value.
A. newCapture()
B. makeThreadSafe()
C. createNiceControl()
D. createNiceMock(Class<T> toMock)
This question was addressed to me by my college professor while I was bunking the class.
I want to ask this question from Ant Targets, Projects, Properties and Tasks in portion Running JUnit Tests from Ant of JUnit
Correct answer is A. newCapture()
Explanation: The newCapture method without arguments creates a new capture.