org.powermock.modules.testng.internal
Class PowerMockExpectedExceptionsExtractorImpl
java.lang.Object
org.powermock.modules.testng.internal.PowerMockExpectedExceptionsExtractorImpl
- All Implemented Interfaces:
- ExpectedExceptionsExtractor
public class PowerMockExpectedExceptionsExtractorImpl
- extends Object
- implements ExpectedExceptionsExtractor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowerMockExpectedExceptionsExtractorImpl
public PowerMockExpectedExceptionsExtractorImpl()
getPackagesToIgnore
public String[] getPackagesToIgnore(AnnotatedElement element)
- Specified by:
getPackagesToIgnore in interface ExpectedExceptionsExtractor
- Parameters:
element - The annotated element that needs to be examined.
- Returns:
- Returns a string-array of all package names if annotation was found.
Copyright © 2007-2014. All Rights Reserved.