public interface MockTransformer
Class
so that
it is mock enabled.Modifier and Type | Method and Description |
---|---|
javassist.CtClass |
transform(javassist.CtClass clazz)
Transforms the
Class with name
fullyQualifiedName . |
javassist.CtClass transform(javassist.CtClass clazz) throws Exception
Class
with name
fullyQualifiedName
.fullyQualifiedName
- The fully qualified name of the Class
to
transform into a mock enabled class.CtClass
representation of the mocked class.Exception
Copyright © 2007–2017. All rights reserved.