MCQOPTIONS
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<T> mockedType, Class<?>… ancilliaryTypes) |
| D. | imposter() |
| Answer» D. imposter() | |