Package samples.privateandfinal
Class PrivateFinal
- java.lang.Object
-
- samples.privateandfinal.PrivateFinal
-
public class PrivateFinal extends java.lang.ObjectA class used to test the functionality to mock private methods that are also final.
-
-
Constructor Summary
Constructors Constructor Description PrivateFinal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringsay(java.lang.String name)private java.lang.StringsayIt(java.lang.String name)
-