Class LocalInvocationTest


  • public class LocalInvocationTest
    extends java.lang.Object
    Tests the local invocation classes.
    Author:
    Holger Eichelberger, SSE
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int propVal  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void setPropVal​(java.lang.Object obj)
      Implements a setter for testLocalInvocation().
      void testLocalInvocation()
      Tests the local invocation classes LocalInvocablesCreator and LocalProtocolServerBuilder with SimpleOperationsProvider.
      void testLocalInvocationViaFactory()
      Tests the local invocation classes LocalInvocablesCreator and LocalProtocolServerBuilder with SimpleOperationsProvider.
      void testSerialPayloadCodec()
      Tests SerialPayloadCodec.
      • Methods inherited from class java.lang.Object

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

      • propVal

        private int propVal
    • Constructor Detail

      • LocalInvocationTest

        public LocalInvocationTest()
    • Method Detail

      • testSerialPayloadCodec

        public void testSerialPayloadCodec()
        Tests SerialPayloadCodec.
      • setPropVal

        private void setPropVal​(java.lang.Object obj)
        Implements a setter for testLocalInvocation().
        Parameters:
        obj - the object to be used as value for propVal
      • testLocalInvocation

        public void testLocalInvocation()
        Tests the local invocation classes LocalInvocablesCreator and LocalProtocolServerBuilder with SimpleOperationsProvider.
      • testLocalInvocationViaFactory

        public void testLocalInvocationViaFactory()
        Tests the local invocation classes LocalInvocablesCreator and LocalProtocolServerBuilder with SimpleOperationsProvider.