org.powermock.modules.testng.internal
Class PowerMockExpectedExceptionsExtractorImpl

java.lang.Object
  extended by org.powermock.modules.testng.internal.PowerMockExpectedExceptionsExtractorImpl
All Implemented Interfaces:
ExpectedExceptionsExtractor

public class PowerMockExpectedExceptionsExtractorImpl
extends Object
implements ExpectedExceptionsExtractor


Constructor Summary
PowerMockExpectedExceptionsExtractorImpl()
           
 
Method Summary
 String[] getPackagesToIgnore(AnnotatedElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerMockExpectedExceptionsExtractorImpl

public PowerMockExpectedExceptionsExtractorImpl()
Method Detail

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.