InterviewSolution
Saved Bookmarks
| 1. |
____________ translates ExpectationErrors into JUnit’s AssertionFailedErrors.(a) JUnit3ErrorTranslator(b) JUnit3Mockery(c) MockObjectTestCase(d) VerifyingTestCaseThe question was posed to me by my college professor while I was bunking the class.I'd like to ask this question from Maven Surefire in division Running JUnit Tests from Maven2 of JUnit |
|
Answer» Right CHOICE is (a) JUnit3ErrorTranslator |
|