Package py4j.commands
Class CallCommandTest
- java.lang.Object
-
- py4j.commands.CallCommandTest
-
public class CallCommandTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CallCommandTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testCharMethod()
void
testCharMethod2()
void
testClientCodeException()
void
testMethodWithNull()
void
testMethodWithParams()
void
testNoParam()
void
testReflectionException()
void
testReflectionException2()
void
testStatic()
void
testStringMethod()
void
testStringMethodWithNull()
void
testUsingMethodReturn()
void
testVoidMethod()
-
-
-
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()
-
-