Class PrepareForTestExtractorImpl

    • Constructor Detail

      • PrepareForTestExtractorImpl

        public PrepareForTestExtractorImpl()
      • PrepareForTestExtractorImpl

        public PrepareForTestExtractorImpl​(boolean includeMethods)
    • Method Detail

      • getClassesToModify

        protected String[] getClassesToModify​(AnnotatedElement element)
        Get the fully qualified names for classes that must should be modified for this element.
        Specified by:
        getClassesToModify in class AbstractTestClassExtractor
        Parameters:
        element - The element that may contain info regarding which classes that must be modified by PowerMock.
        Returns:
        An array of fully-qualified names to classes that must be modified by PowerMock for the specific element.