Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeService

        public NativeService()
    • Method Detail

      • invokeNative

        public java.lang.String invokeNative​(java.lang.String nativeParameter)