1.

To write a mock object test in JUnit 3, MockObject needs to be extended.(a) True(b) FalseThis question was posed to me in a job interview.My question comes from Maven Surefire topic in portion Running JUnit Tests from Maven2 of JUnit

Answer»

Right answer is (B) False

Easiest EXPLANATION: To write a MOCK object test in JUnit 3, MockObjectTestCase NEEDS to be EXTENDED.



Discussion

No Comment Found

Related InterviewSolutions