org.powermock.modules.testng.internal
Interface ExpectedExceptionsExtractor

All Known Implementing Classes:
PowerMockExpectedExceptionsExtractorImpl

public interface ExpectedExceptionsExtractor


Method Summary
 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.


Copyright © 2007-2014. All Rights Reserved.