Class PrimitiveAndWrapperUser


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

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

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

      • PrimitiveAndWrapperUser

        public PrimitiveAndWrapperUser()
    • Method Detail

      • useThem

        public int useThem()