org.powermock.core.spi.listener
Interface AnnotationEnablerListener

All Superinterfaces:
PowerMockTestListener
All Known Implementing Classes:
AnnotationEnabler, AnnotationEnabler, AnnotationEnabler

public interface AnnotationEnablerListener
extends PowerMockTestListener


Method Summary
 Class<? extends Annotation>[] getMockAnnotations()
           
 
Methods inherited from interface org.powermock.core.spi.PowerMockTestListener
afterTestMethod, afterTestSuiteEnded, beforeTestMethod, beforeTestSuiteStarted
 

Method Detail

getMockAnnotations

Class<? extends Annotation>[] getMockAnnotations()
Returns:
The mock annotations considered by this annotation enabler.


Copyright © 2007-2012. All Rights Reserved.