Class PowerMockExpectedExceptionsExtractorImpl
java.lang.Object
org.powermock.modules.testng.internal.PowerMockExpectedExceptionsExtractorImpl
- All Implemented Interfaces:
ExpectedExceptionsExtractor
public class PowerMockExpectedExceptionsExtractorImpl
extends Object
implements ExpectedExceptionsExtractor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PowerMockExpectedExceptionsExtractorImpl
public PowerMockExpectedExceptionsExtractorImpl()
-
-
Method Details
-
getPackagesToIgnore
- Specified by:
getPackagesToIgnore
in interfaceExpectedExceptionsExtractor
- Parameters:
element
- The annotated element that needs to be examined.- Returns:
- Returns a string-array of all package names if annotation was found.
-