InterviewSolution
Saved Bookmarks
| 1. |
_____________ reports an argument matcher.(a) newCapture()(b) makeThreadSafe()(c) reportMatcher(IArgumentMatcher matcher)(d) createNiceMock(Class toMock)I got this question in homework.Query is from Ant Targets, Projects, Properties and Tasks topic in portion Running JUnit Tests from Ant of JUnit |
|
Answer» CORRECT ANSWER is (c) reportMatcher(IArgumentMatcher MATCHER) For explanation I would SAY: The reportMatcher method is USED to report an argument matcher. |
|