public class PowerMockitoSpyAnnotationEngine
extends org.mockito.internal.configuration.SpyAnnotationEngine
SpyAnnotationEngine but it uses
PowerMockito.spy(Object) instead.| Constructor and Description |
|---|
PowerMockitoSpyAnnotationEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(java.lang.Class<?> context,
java.lang.Object testClass)
Allows extending the interface to perform action on specific fields on the test class.
|
public void process(java.lang.Class<?> context,
java.lang.Object testClass)
org.mockito.configuration.AnnotationEngineSee the implementation of this method to figure out what is it for.
process in interface org.mockito.configuration.AnnotationEngineprocess in class org.mockito.internal.configuration.SpyAnnotationEnginecontext - Class where to extract field information, check implementation for detailstestClass - Test instance