Class AbstractMethodMocking


  • public abstract class AbstractMethodMocking
    extends Object
    Demonstrates that PowerMock can mock abstract methods. This was previously a bug in PowerMock.
    • Constructor Detail

      • AbstractMethodMocking

        public AbstractMethodMocking()
    • Method Detail

      • getValue

        public String getValue()
      • getIt

        protected abstract String getIt()