public class AnnotationMockMetadata extends Object
Constructor and Description |
---|
AnnotationMockMetadata(Class<? extends Annotation> annotation,
Field field) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class<? extends Annotation> |
getAnnotation() |
Method[] |
getMethods() |
Object |
getMock() |
String |
getQualifier() |
Class<?> |
getType() |
int |
hashCode() |
void |
setMock(Object mock) |
public AnnotationMockMetadata(Class<? extends Annotation> annotation, Field field) throws Exception
Exception
Copyright © 2007–2017. All rights reserved.