public interface MockTransformer<T>
Class
so that
it is mock enabled.Modifier and Type | Method and Description |
---|---|
ClassWrapper<T> |
transform(ClassWrapper<T> clazz)
Transforms the
clazz . |
ClassWrapper<T> transform(ClassWrapper<T> clazz) throws java.lang.Exception
clazz
.clazz
- The class to be
transform into a mock enabled class.ClassWrapper
representation of the mocked class.java.lang.Exception