Package org.powermock.tests.utils
Interface IgnorePackagesExtractor
-
- All Known Implementing Classes:
PowerMockIgnorePackagesExtractorImpl
public interface IgnorePackagesExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getPackagesToIgnore(AnnotatedElement element)
-
-
-
Method Detail
-
getPackagesToIgnore
String[] getPackagesToIgnore(AnnotatedElement element)
- Returns:
- Returns a string-array of all package names if annotation was found.
-
-