1.

__________ is a TestCase that supports testing with mock objects.(a) JUnit3ErrorTranslator(b) JUnit3Mockery(c) MockObjectTestCase(d) VerifyingTestCaseI had been asked this question in examination.The origin of the question is Maven Surefire in section Running JUnit Tests from Maven2 of JUnit

Answer»

Correct ANSWER is (a) JUnit3ErrorTranslator

To ELABORATE: MockObjectTestCase is used for testing MOCK OBJECTS.



Discussion

No Comment Found

Related InterviewSolutions