| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockito.internal.configuration.SpyAnnotationEngine
public class SpyAnnotationEngine
| Constructor Summary | |
|---|---|
| SpyAnnotationEngine() | |
| Method Summary | |
|---|---|
|  java.lang.Object | createMockFor(java.lang.annotation.Annotation annotation,
              java.lang.reflect.Field field) | 
|  void | process(java.lang.Class<?> context,
        java.lang.Object testClass)Allows extending the interface to perform action on specific fields on the test class | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SpyAnnotationEngine()
| Method Detail | 
|---|
public java.lang.Object createMockFor(java.lang.annotation.Annotation annotation,
                                      java.lang.reflect.Field field)
createMockFor in interface AnnotationEngine
public void process(java.lang.Class<?> context,
                    java.lang.Object testClass)
AnnotationEngineSee the implementation of this method to figure out what is it for
process in interface AnnotationEngine| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||