Interface ExpectedExceptionsExtractor
-
- All Known Implementing Classes:
PowerMockExpectedExceptionsExtractorImpl
public interface ExpectedExceptionsExtractor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getPackagesToIgnore(AnnotatedElement element)
-
-
-
Method Detail
-
getPackagesToIgnore
String[] getPackagesToIgnore(AnnotatedElement element)
- Parameters:
element
- The annotated element that needs to be examined.- Returns:
- Returns a string-array of all package names if annotation was found.
-
-