Class AnnotationEnabler

All Implemented Interfaces:
AnnotationEnablerListener, PowerMockTestListener

@Deprecated 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 Mock have mock objects created for them and injected to the fields.
  • Constructor Details

    • AnnotationEnabler

      public AnnotationEnabler()
      Deprecated.