MCQOPTIONS
Saved Bookmarks
| 1. |
________ 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() |
| Answer» B. Imposterise(Class<?> type) | |