Package samples.expectnew
Class PrimitiveAndWrapperDemo
- java.lang.Object
-
- samples.expectnew.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
-
Constructor Summary
Constructors Constructor Description PrimitiveAndWrapperDemo(int myInt)
PrimitiveAndWrapperDemo(java.lang.Integer myInt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMyInt()
-