Class PowerMockitoInjectingAnnotationEngine
- java.lang.Object
-
- org.mockito.internal.configuration.InjectingAnnotationEngine
-
- org.powermock.api.mockito.internal.configuration.PowerMockitoInjectingAnnotationEngine
-
- All Implemented Interfaces:
org.mockito.configuration.AnnotationEngine
public class PowerMockitoInjectingAnnotationEngine extends org.mockito.internal.configuration.InjectingAnnotationEngine
The same asInjectingAnnotationEngine
with the exception that it doesn't create/injects mocks annotated with the standard annotations such asMock
.
-
-
Constructor Summary
Constructors Constructor Description PowerMockitoInjectingAnnotationEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(java.lang.Class<?> context, java.lang.Object testClass)
-