Interface MockTransformer

    • Method Detail

      • transform

        javassist.CtClass transform​(javassist.CtClass clazz)
                             throws Exception
        Transforms the clazz.
        Parameters:
        clazz - The class to be transform into a mock enabled class.
        Returns:
        A CtClass representation of the mocked class.
        Throws:
        Exception