public class DefaultAnnotationEngine extends Object implements AnnotationEngine
Constructor and Description |
---|
DefaultAnnotationEngine() |
Modifier and Type | Method and Description |
---|---|
Object |
createMockFor(Annotation annotation,
Field field) |
void |
process(Class<?> clazz,
Object testClass)
Allows extending the interface to perform action on specific fields on the test class
|
public Object createMockFor(Annotation annotation, Field field)
createMockFor
in interface AnnotationEngine
public void process(Class<?> clazz, Object testClass)
AnnotationEngine
See the implementation of this method to figure out what is it for
process
in interface AnnotationEngine
Copyright © 2018. All rights reserved.