Class PackagePrivateClass


  • class PackagePrivateClass
    extends java.lang.Object
    This class demonstrates the ability for PowerMock to mock package private classes. This is normally not an issue but since we've changed the CgLib naming policy to allow for signed mocking PowerMock needs to byte-code manipulate this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getValue()  
      private int returnAValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PackagePrivateClass

        PackagePrivateClass()
    • Method Detail

      • getValue

        public int getValue()
      • returnAValue

        private int returnAValue()