org.powermock.api.mockito.internal.configuration
Class PowerMockitoSpyAnnotationEngine
java.lang.Object
org.mockito.internal.configuration.SpyAnnotationEngine
org.powermock.api.mockito.internal.configuration.PowerMockitoSpyAnnotationEngine
- All Implemented Interfaces:
- org.mockito.configuration.AnnotationEngine
public class PowerMockitoSpyAnnotationEngine
- extends org.mockito.internal.configuration.SpyAnnotationEngine
More or less a copy of the SpyAnnotationEngine but it uses
PowerMockito.spy(Object) instead.
| Methods inherited from class org.mockito.internal.configuration.SpyAnnotationEngine |
createMockFor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowerMockitoSpyAnnotationEngine
public PowerMockitoSpyAnnotationEngine()
process
public void process(Class<?> context,
Object testClass)
- Specified by:
process in interface org.mockito.configuration.AnnotationEngine- Overrides:
process in class org.mockito.internal.configuration.SpyAnnotationEngine
Copyright © 2007-2014. All Rights Reserved.