Package samples.expectnew
Class PrimitiveAndWrapperDemo
- java.lang.Object
-
- samples.expectnew.PrimitiveAndWrapperDemo
-
public class PrimitiveAndWrapperDemo extends java.lang.ObjectUsed to demonstrate PowerMocks ability to deal with overloaded constructors of primitive/wrapper types.
-
-
Field Summary
Fields Modifier and Type Field Description private intmyInt
-
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 intgetMyInt()
-