InterviewSolution
Saved Bookmarks
| 1. |
__________ is an Imposteriser that uses the Proxy class of the Java Reflection API.(a) AssertionErrorTranslator(b) CamelCaseNamingScheme(c) JavaReflectionImposteriser(d) IdentityExpectationErrorTranslatorThe question was asked in an interview for internship.I would like to ask this question from Maven Plug-ins in section Running JUnit Tests from Maven2 of JUnit |
|
Answer» RIGHT CHOICE is (c) JavaReflectionImposteriser Explanation: The JavaReflectionImposteriser CLASS makes USE of the Proxy class of the Java REFLECTION API. |
|