Package py4j.commands

Class CallCommandTest


  • public class CallCommandTest
    extends java.lang.Object
    • Constructor Detail

      • CallCommandTest

        public CallCommandTest()
    • Method Detail

      • setUp

        public void setUp()
      • tearDown

        public void tearDown()
      • testStatic

        public void testStatic()
      • testReflectionException

        public void testReflectionException()
      • testReflectionException2

        public void testReflectionException2()
      • testClientCodeException

        public void testClientCodeException()
      • testNoParam

        public void testNoParam()
      • testVoidMethod

        public void testVoidMethod()
      • testMethodWithNull

        public void testMethodWithNull()
      • testMethodWithParams

        public void testMethodWithParams()
      • testCharMethod

        public void testCharMethod()
      • testCharMethod2

        public void testCharMethod2()
      • testStringMethod

        public void testStringMethod()
      • testStringMethodWithNull

        public void testStringMethodWithNull()
      • testUsingMethodReturn

        public void testUsingMethodReturn()