InterviewSolution
Saved Bookmarks
| 1. |
__________ is an ExpectationErrorTranslator that doesn’t do any translation.(a) AssertionErrorTranslator(b) CamelCaseNamingScheme(c) CurrentStateMatcher(d) IdentityExpectationErrorTranslatorThis question was addressed to me at a job interview.I want to ask this question from Maven Plug-ins in portion Running JUnit Tests from Maven2 of JUnit |
|
Answer» CORRECT ANSWER is (d) IdentityExpectationErrorTranslator To EXPLAIN: IdentityExpectationErrorTranslator returns the ExpectationError it is GIVEN. |
|