Class PrimitiveAndWrapperDemo


  • public class PrimitiveAndWrapperDemo
    extends Object
    Used to demonstrate PowerMocks ability to deal with overloaded constructors of primitive/wrapper types.
    • Constructor Detail

      • PrimitiveAndWrapperDemo

        public PrimitiveAndWrapperDemo​(int myInt)
      • PrimitiveAndWrapperDemo

        public PrimitiveAndWrapperDemo​(Integer myInt)
    • Method Detail

      • getMyInt

        public int getMyInt()