1.

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

Answer»

Right answer is (a) AssertionErrorTranslator

To EXPLAIN I would SAY: The AssertionErrorTranslator is a CLASS that translates ExpectationErrors into AssertionErrors.



Discussion

No Comment Found

Related InterviewSolutions