____________ translates ExpectationErrors into JUnit’s AssertionFailedErrors.
(a) JUnit3ErrorTranslator
(b) JUnit3Mockery
(c) MockObjectTestCase
(d) VerifyingTestCase
The 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