public class AnnotationMockMetadata extends Object
Constructor | Description |
---|---|
AnnotationMockMetadata(Class<? extends Annotation> annotation,
Field field) |
Modifier and Type | Method | 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–2019. All rights reserved.