InterviewSolution
Saved Bookmarks
| 1. |
The ____________ interface is used in the creation of partial mocks with EasyMock.(a) IMockBuilder(b) IMocker(c) IBuilderexpect(T value)(d) MockBuilderThis question was posed to me in a national level competition.My doubt stems from Ant Targets, Projects, Properties and Tasks topic in chapter Running JUnit Tests from Ant of JUnit |
|
Answer» RIGHT OPTION is (a) IMockBuilder The explanation: The MockBuilder CLASS IMPLEMENTS the ImockBuilder |
|