org.powermock.tests.utils
Interface IgnorePackagesExtractor

All Known Implementing Classes:
PowerMockIgnorePackagesExtractorImpl

public interface IgnorePackagesExtractor


Method Summary
 java.lang.String[] getPackagesToIgnore(java.lang.reflect.AnnotatedElement element)
           
 

Method Detail

getPackagesToIgnore

java.lang.String[] getPackagesToIgnore(java.lang.reflect.AnnotatedElement element)
Returns:
Returns a string-array of all package names if annotation was found.