java.lang.Object
junit.framework.Assert
junit.framework.TestCase
jpl2.tests.DataTest
- All Implemented Interfaces:
- junit.framework.Test
- public class DataTest
- extends junit.framework.TestCase
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
data
private jpl2.common.Data data
DataTest
public DataTest(java.lang.String arg0)
- Constructor for DataTest.
setUp
protected void setUp()
throws java.lang.Exception
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
tearDown
protected void tearDown()
throws java.lang.Exception
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
testSetCharSet
public void testSetCharSet()
testReset
public void testReset()
testGetOffset
public void testGetOffset()
testSetOffset
public void testSetOffset()
testLength
public void testLength()
testSetLength
public void testSetLength()
testGetBuffer
public void testGetBuffer()
testDeleteBytes
public void testDeleteBytes()
testReadByte
public void testReadByte()
throws java.io.IOException
testReadChar
public void testReadChar()
testReadFullybyteArray
public void testReadFullybyteArray()
testReadFullybyteArrayintint
public void testReadFullybyteArrayintint()
testReadInt
public void testReadInt()
testReadUnsignedInt
public void testReadUnsignedInt()
testReadLong
public void testReadLong()
testReadShort
public void testReadShort()
testReadUnsignedByte
public void testReadUnsignedByte()
testReadUnsignedShort
public void testReadUnsignedShort()
testReadSpecialString
public void testReadSpecialString()
testReadExtendedString
public void testReadExtendedString()
testReadTerminatedString
public void testReadTerminatedString()
testReadString
public void testReadString()
testReadStringint
public void testReadStringint()
testSkipBytes
public void testSkipBytes()
testWritebyteArray
public void testWritebyteArray()
testWritebyteArrayintint
public void testWritebyteArrayintint()
testWriteByte
public void testWriteByte()
testWriteChar
public void testWriteChar()
testWriteChars
public void testWriteChars()
testWriteInt
public void testWriteInt()
testWriteLong
public void testWriteLong()
testWriteShort
public void testWriteShort()
testWriteSpecialLength
public void testWriteSpecialLength()
testWriteString
public void testWriteString()
testWriteTerminatedString
public void testWriteTerminatedString()
testWriteSpecialString
public void testWriteSpecialString()
testAppend
public void testAppend()