Uses of Interface
org.powermock.tests.utils.TestClassesExtractor

Packages that use TestClassesExtractor
org.powermock.tests.utils.impl   
 

Uses of TestClassesExtractor in org.powermock.tests.utils.impl
 

Classes in org.powermock.tests.utils.impl that implement TestClassesExtractor
 class AbstractTestClassExtractor
          Base class for all test class extractors.
 class PrepareForTestExtractorImpl
          Implementation of the TestClassesExtractor interface that extract classes from the PrepareForTest or PrepareOnlyThisForTest annotations.
 class StaticConstructorSuppressExtractorImpl
          Implementation of the TestClassesExtractor interface for classes that should have their static initializers suppressed.
 

Fields in org.powermock.tests.utils.impl declared as TestClassesExtractor
protected  TestClassesExtractor AbstractTestSuiteChunkerImpl.prepareForTestExtractor
           
protected  TestClassesExtractor AbstractTestSuiteChunkerImpl.suppressionExtractor
           
 



Copyright © 2007-2014. All Rights Reserved.