________ method reports if the Imposteriser is able to imposterise a given type.
(a) canImposterise(Class<?> type)
(b) Imposterise(Class<?> type)
(c) imposterise(Invokable mockObject, Class<T> mockedType, Class<?>… ancilliaryTypes)
(d) imposter()
This question was addressed to me during an interview.
Enquiry is from Maven Introduction topic in chapter Running JUnit Tests from Maven2 of JUnit