Class PowerMockitoInjectingAnnotationEngine

  • All Implemented Interfaces:
    org.mockito.plugins.AnnotationEngine

    public class PowerMockitoInjectingAnnotationEngine
    extends org.mockito.internal.configuration.InjectingAnnotationEngine
    The same as InjectingAnnotationEngine with the exception that it doesn't create/injects mocks annotated with the standard annotations such as Mock.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.mockito.plugins.AnnotationEngine

        org.mockito.plugins.AnnotationEngine.NoAction
    • 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)  
      • Methods inherited from class org.mockito.internal.configuration.InjectingAnnotationEngine

        injectMocks, onInjection
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PowerMockitoInjectingAnnotationEngine

        public PowerMockitoInjectingAnnotationEngine()
    • Method Detail

      • process

        public java.lang.AutoCloseable process​(java.lang.Class<?> context,
                                               java.lang.Object testClass)
        Specified by:
        process in interface org.mockito.plugins.AnnotationEngine
        Overrides:
        process in class org.mockito.internal.configuration.InjectingAnnotationEngine
      • preLoadPluginLoader

        private void preLoadPluginLoader()