Class NativeService


  • public class NativeService
    extends Object
    The purpose of this class is to demonstrate that it's possible to mock native methods using plain EasyMock class extensions.
    • Constructor Detail

      • NativeService

        public NativeService()
    • Method Detail

      • invokeNative

        public String invokeNative​(String nativeParameter)