____________ translates ExpectationErrors into AssertionErrors that several test frameworks, including JUnit 4 and TestNG, use to report errors.
(a) AssertionErrorTranslator
(b) CamelCaseNamingScheme
(c) CurrentStateMatcher
(d) IdentityExpectationErrorTranslator
The question was asked in an online interview.
My enquiry is from Maven Plug-ins topic in chapter Running JUnit Tests from Maven2 of JUnit