Uses of Interface
org.powermock.tests.utils.TestClassesExtractor
-
Packages that use TestClassesExtractor Package Description org.powermock.modules.testng.internal org.powermock.tests.utils.impl -
-
Uses of TestClassesExtractor in org.powermock.modules.testng.internal
Fields in org.powermock.modules.testng.internal declared as TestClassesExtractor Modifier and Type Field Description private TestClassesExtractorClassLoaderFactory. testClassesExtractor -
Uses of TestClassesExtractor in org.powermock.tests.utils.impl
Classes in org.powermock.tests.utils.impl that implement TestClassesExtractor Modifier and Type Class Description classAbstractTestClassExtractorBase class for all test class extractors.classPrepareForTestExtractorImplImplementation of theTestClassesExtractorinterface that extract classes from thePrepareForTestorPrepareOnlyThisForTestannotations.classStaticConstructorSuppressExtractorImplImplementation of theTestClassesExtractorinterface for classes that should have their static initializers suppressed.Fields in org.powermock.tests.utils.impl declared as TestClassesExtractor Modifier and Type Field Description private TestClassesExtractorAbstractCommonTestSuiteChunkerImpl. prepareForTestExtractorprivate TestClassesExtractorAbstractCommonTestSuiteChunkerImpl. suppressionExtractor
-