Package py4j
Class ProtocolTest
- java.lang.Object
-
- py4j.ProtocolTest
-
public class ProtocolTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProtocolTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testBooleans()
void
testBytes()
void
testDoubles()
void
testEmpty()
void
testEnd()
void
testGetObject()
void
testGetOutputCommand()
void
testIntegers()
void
testLongs()
void
testNull()
void
testPythonProxies()
void
testReferences()
void
testStrings()
-
-
-
Method Detail
-
testEmpty
public void testEmpty()
-
testBytes
public void testBytes()
-
testIntegers
public void testIntegers()
-
testLongs
public void testLongs()
-
testBooleans
public void testBooleans()
-
testStrings
public void testStrings()
-
testReferences
public void testReferences()
-
testPythonProxies
public void testPythonProxies()
-
testDoubles
public void testDoubles()
-
testEnd
public void testEnd()
-
testNull
public void testNull()
-
testGetObject
public void testGetObject()
-
testGetOutputCommand
public void testGetOutputCommand()
-
-