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
ExceptionCopyright © 2007–2016. All rights reserved.