Package samples.packageprivate
Class PackagePrivateClass
- java.lang.Object
-
- samples.packageprivate.PackagePrivateClass
-
class PackagePrivateClass extends java.lang.Object
This class demonstrates the ability for PowerMock to mock package private classes. This is normally not an issue but since we've changed the CgLib naming policy to allow for signed mocking PowerMock needs to byte-code manipulate this class.
-
-
Constructor Summary
Constructors Constructor Description PackagePrivateClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
private int
returnAValue()
-