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

      • AnnotationEnabler

        public AnnotationEnabler()
        Deprecated.