1.

EasyMock instantiates an object based on an interface or class.(a) True(b) FalseThis question was addressed to me in examination.This question is from Ant in chapter Running JUnit Tests from Ant of JUnit

Answer»

Correct CHOICE is (a) True

Explanation: EasyMock is used to make mock objects which is BASED on the INTERFACE or CLASS being CALLED or extended.



Discussion

No Comment Found

Related InterviewSolutions