Package org.powermock.core.spi.listener
Interface AnnotationEnablerListener
-
- All Superinterfaces:
PowerMockTestListener
- All Known Implementing Classes:
AnnotationEnabler
,AnnotationEnabler
,AnnotationEnabler
public interface AnnotationEnablerListener extends PowerMockTestListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>[]
getMockAnnotations()
-
Methods inherited from interface org.powermock.core.spi.PowerMockTestListener
afterTestMethod, afterTestSuiteEnded, beforeTestMethod, beforeTestSuiteStarted
-
-