Package samples.nativemocking
Class NativeService
- java.lang.Object
-
- samples.nativemocking.NativeService
-
public class NativeService extends java.lang.Object
The purpose of this class is to demonstrate that it's possible to mock native methods using plain EasyMock class extensions.
-
-
Constructor Summary
Constructors Constructor Description NativeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
invokeNative(java.lang.String nativeParameter)
-