Class PowerMockitoInjectingAnnotationEngine
- java.lang.Object
-
- org.mockito.internal.configuration.InjectingAnnotationEngine
-
- org.powermock.api.mockito.internal.configuration.PowerMockitoInjectingAnnotationEngine
-
- All Implemented Interfaces:
org.mockito.plugins.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 private void
preLoadPluginLoader()
java.lang.AutoCloseable
process(java.lang.Class<?> context, java.lang.Object testClass)
-
-
-
Method Detail
-
process
public java.lang.AutoCloseable process(java.lang.Class<?> context, java.lang.Object testClass)
- Specified by:
process
in interfaceorg.mockito.plugins.AnnotationEngine
- Overrides:
process
in classorg.mockito.internal.configuration.InjectingAnnotationEngine
-
preLoadPluginLoader
private void preLoadPluginLoader()
-
-