Package py4j.commands

Class CallCommandTest

java.lang.Object
py4j.commands.CallCommandTest

public class CallCommandTest extends Object
  • Constructor Details

    • CallCommandTest

      public CallCommandTest()
  • Method Details

    • 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()