Package samples.expectnew
Class PrimitiveAndWrapperDemo
- java.lang.Object
-
- samples.expectnew.PrimitiveAndWrapperDemo
-
public class PrimitiveAndWrapperDemo extends Object
Used to demonstrate PowerMocks ability to deal with overloaded constructors of primitive/wrapper types.
-
-
Constructor Summary
Constructors Constructor Description PrimitiveAndWrapperDemo(int myInt)
PrimitiveAndWrapperDemo(Integer myInt)
-
-
-
Constructor Detail
-
PrimitiveAndWrapperDemo
public PrimitiveAndWrapperDemo(int myInt)
-
PrimitiveAndWrapperDemo
public PrimitiveAndWrapperDemo(Integer myInt)
-
-