Class AnnotationEnabler

All Implemented Interfaces:
AnnotationEnablerListener, PowerMockTestListener

public class AnnotationEnabler extends AnnotationEnabler
Deprecated.
Test Runners uses an annotation enabling listener per default since version 1.3. You should just remove this listener.
Before each test method all fields annotated with
invalid reference
Mock
, Mock or
invalid reference
Mock
have mock objects created for them and injected to the fields.
  • Constructor Details

    • AnnotationEnabler

      public AnnotationEnabler()
      Deprecated.