Interface MockTransformer<T>

    • Method Detail

      • transform

        ClassWrapper<T> transform​(ClassWrapper<T> clazz)
                           throws java.lang.Exception
        Transforms the clazz.
        Parameters:
        clazz - The class to be transform into a mock enabled class.
        Returns:
        A ClassWrapper representation of the mocked class.
        Throws:
        java.lang.Exception