Class PrimitiveAndWrapperDemo


  • public class PrimitiveAndWrapperDemo
    extends java.lang.Object
    Used to demonstrate PowerMocks ability to deal with overloaded constructors of primitive/wrapper types.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int myInt  
    • Method Summary

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

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

      • myInt

        private final int myInt
    • Constructor Detail

      • PrimitiveAndWrapperDemo

        public PrimitiveAndWrapperDemo​(int myInt)
      • PrimitiveAndWrapperDemo

        public PrimitiveAndWrapperDemo​(java.lang.Integer myInt)
    • Method Detail

      • getMyInt

        public int getMyInt()