InterviewSolution
Saved Bookmarks
| 1. |
_____________ expects a comparable argument greater than or equal the given value.(a) anyObject()(b) anyString()(c) geq(Comparable value)(d) anyDouble()This question was addressed to me during an online exam.The question is from Ant Targets, Projects, Properties and Tasks topic in chapter Running JUnit Tests from Ant of JUnit |
|
Answer» The correct choice is (c) GEQ(COMPARABLE |
|