Uses of Interface
org.powermock.tests.utils.TestClassesExtractor
Packages that use TestClassesExtractor
-
Uses of TestClassesExtractor in org.powermock.core.classloader
Fields in org.powermock.core.classloader declared as TestClassesExtractorModifier and TypeFieldDescriptionprivate final TestClassesExtractor
MockClassLoaderFactory.prepareForTestExtractor
private final TestClassesExtractor
MockClassLoaderFactory.suppressionExtractor
-
Uses of TestClassesExtractor in org.powermock.tests.utils.impl
Classes in org.powermock.tests.utils.impl that implement TestClassesExtractorModifier and TypeClassDescriptionclass
Base class for all test class extractors.class
Implementation of theTestClassesExtractor
interface that extract classes from thePrepareForTest
orPrepareOnlyThisForTest
annotations.class
Implementation of theTestClassesExtractor
interface for classes that should have their static initializers suppressed.