InterviewSolution
Saved Bookmarks
| 1. |
___________ creates an imposter for a given type that forwards Invocations to an Invokable object.(a) canImposterise(Class type)(b) Imposterise(Class type)(c) imposterise(Invokable mockObject, Class mockedType, Class… ancilliaryTypes)(d) imposter()The question was posed to me in an internship interview.I need to ask this question from Maven Introduction topic in section Running JUnit Tests from Maven2 of JUnit |
|
Answer» Correct option is (C) imposterise(Invokable mockObject, Class |
|