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 Mock, MockNice or MockStrict will have mock objects created for them and injected to the fields.
  • Constructor Details

    • AnnotationEnabler

      public AnnotationEnabler()
      Deprecated.