InterviewSolution
Saved Bookmarks
| 1. |
_______________ contains implementations of the core interfaces that are used to adjust or extend jMock’s basic functionality.(a) org.jmock(b) org.jmock.api(c) org.jmock.lib(d) org.jmock.integration.junit3The question was asked in a national level competition.My query is from Dependency Management with Ivy topic in section Running JUnit Tests from Ant of JUnit |
|
Answer» CORRECT answer is (C) org.jmock.lib Explanation: The org.jmock.lib PACKAGE contains IMPLEMENTATIONS of the core interfaces. |
|