public class CloneTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ClonePrinter |
m_printer
The object printer used for the tests
|
protected CloneReader |
m_reader
The object reader used for the tests
|
| Constructor and Description |
|---|
CloneTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBoolean1() |
void |
testInteger1() |
void |
testList1() |
void |
testMap1() |
void |
testNull1() |
void |
testQueue1() |
void |
testSet1() |
void |
testString1() |
protected ClonePrinter m_printer
protected CloneReader m_reader
public void testMap1()
throws PrintException,
ReadException
PrintExceptionReadExceptionpublic void testList1()
throws PrintException,
ReadException
PrintExceptionReadExceptionpublic void testQueue1()
throws PrintException,
ReadException
PrintExceptionReadExceptionpublic void testSet1()
throws PrintException,
ReadException
PrintExceptionReadExceptionpublic void testInteger1()
throws PrintException,
ReadException
PrintExceptionReadExceptionpublic void testString1()
throws PrintException,
ReadException
PrintExceptionReadExceptionpublic void testBoolean1()
throws PrintException,
ReadException
PrintExceptionReadExceptionpublic void testNull1()
throws PrintException,
ReadException
PrintExceptionReadExceptionCopyright © Sylvain HallĂ©. All Rights Reserved.