public class ClassImposteriser extends Object implements Imposteriser
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassImposteriser.ClassWithSuperclassToWorkAroundCglibBug |
| Modifier and Type | Field and Description |
|---|---|
static Imposteriser |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canImposterise(Class<?> type) |
<T> T |
imposterise(Invokable mockObject,
Class<T> mockedType,
Class<?>... ancilliaryTypes) |
public static final Imposteriser INSTANCE
public boolean canImposterise(Class<?> type)
canImposterise in interface Imposteriserpublic <T> T imposterise(Invokable mockObject, Class<T> mockedType, Class<?>... ancilliaryTypes)
imposterise in interface ImposteriserCopyright © 2003–2016 jMock. All rights reserved.