Package samples.expectnew
Class PrimitiveAndWrapperDemo
java.lang.Object
samples.expectnew.PrimitiveAndWrapperDemo
Used to demonstrate PowerMocks ability to deal with overloaded constructors
of primitive/wrapper types.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
myInt
private final int myInt
-
-
Constructor Details
-
PrimitiveAndWrapperDemo
public PrimitiveAndWrapperDemo(int myInt) -
PrimitiveAndWrapperDemo
-
-
Method Details
-
getMyInt
public int getMyInt()
-