public class Test
extends java.lang.Object
Constructor and Description |
---|
Test() |
Modifier and Type | Method and Description |
---|---|
void |
assertEquals(java.lang.Object o1,
java.lang.Object o2) |
static void |
main(java.lang.String[] args) |
void |
testArrayDecode() |
void |
testBoundaries() |
void |
testConfig() |
void |
testErrors() |
void |
testObjectDecode() |
void |
testUnicode() |
void |
testValues() |
public void assertEquals(java.lang.Object o1, java.lang.Object o2) throws java.lang.Exception
java.lang.Exception
public void testArrayDecode() throws java.lang.Exception
java.lang.Exception
public void testObjectDecode() throws java.lang.Exception
java.lang.Exception
public void testUnicode() throws java.lang.Exception
java.lang.Exception
public void testBoundaries() throws java.lang.Exception
java.lang.Exception
public void testErrors() throws java.lang.Exception
java.lang.Exception
public void testValues() throws java.lang.Exception
java.lang.Exception
public void testConfig() throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args)