Class PrivateMethodDemo
java.lang.Object
samples.privatemocking.PrivateMethodDemo
A class used to test the functionality to mock private methods.
- Author:
- Johan Haleby
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidenhancedSay(String firstName, String lastName) intinvokeVarArgsMethod(int a, int b) intint
-
Constructor Details
-
PrivateMethodDemo
public PrivateMethodDemo()
-
-
Method Details
-
say
-
enhancedSay
-
sayYear
-
methodCallingPrimitiveTestMethod
public int methodCallingPrimitiveTestMethod() -
methodCallingWrappedTestMethod
public int methodCallingWrappedTestMethod() -
doArrayStuff
-
doObjectStuff
-
invokeVarArgsMethod
public int invokeVarArgsMethod(int a, int b)
-