Class AnnotationMockMetadata
- java.lang.Object
-
- org.powermock.api.extension.listener.AnnotationMockMetadata
-
public class AnnotationMockMetadata extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationMockMetadata(Class<? extends Annotation> annotation, Field field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Class<? extends Annotation>getAnnotation()Method[]getMethods()ObjectgetMock()StringgetQualifier()Class<?>getType()inthashCode()voidsetMock(Object mock)
-
-
-
Constructor Detail
-
AnnotationMockMetadata
public AnnotationMockMetadata(Class<? extends Annotation> annotation, Field field) throws Exception
- Throws:
Exception
-
-