InterviewSolution
Saved Bookmarks
| 1. |
______________ create a new capture instance that will keep only the last captured value.(a) newCapture()(b) makeThreadSafe()(c) createNiceControl()(d) createNiceMock(Class 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 |
|
Answer» CORRECT answer is (a) newCapture() Explanation: The newCapture method without ARGUMENTS creates a new CAPTURE. |
|