InterviewSolution
Saved Bookmarks
| 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 |
|