public class ProtocolTest
extends java.lang.Object
Constructor and Description |
---|
ProtocolTest() |
Modifier and Type | Method and 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() |
public void testEmpty()
public void testBytes()
public void testIntegers()
public void testLongs()
public void testBooleans()
public void testStrings()
public void testReferences()
public void testPythonProxies()
public void testDoubles()
public void testEnd()
public void testNull()
public void testGetObject()
public void testGetOutputCommand()