| |
|
| org.apache.poi.util.TestLittleEndian
TestLittleEndian | public class TestLittleEndian extends TestCase (Code) | | Class to test LittleEndian functionality
author: Marc Johnson |
TestLittleEndian | public TestLittleEndian(String name)(Code) | | Constructor TestLittleEndian
Parameters: name - |
main | public static void main(String[] ignored_args)(Code) | | main method to run the unit tests
Parameters: ignored_args - |
testGetDouble | public void testGetDouble()(Code) | | test the getDouble() method
|
testGetInt | public void testGetInt()(Code) | | test the getInt() method
|
testGetLong | public void testGetLong()(Code) | | test the getLong method
|
testGetShort | public void testGetShort()(Code) | | test the getShort() method
|
testGetUShort | public void testGetUShort()(Code) | | |
testPutDouble | public void testPutDouble()(Code) | | test the putDouble methods
|
testPutInt | public void testPutInt()(Code) | | test the putInt method
|
testPutLong | public void testPutLong()(Code) | | test the putLong method
|
testPutShort | public void testPutShort()(Code) | | test the PutShort method
|
testReadFromStream | public void testReadFromStream() throws IOException(Code) | | test the readFromStream method
|
testReadInt | public void testReadInt() throws IOException(Code) | | test the readInt method
|
testReadLong | public void testReadLong() throws IOException(Code) | | test the readLong method
|
testReadShort | public void testReadShort() throws IOException(Code) | | test the readShort method
|
testUnsignedByteToInt | public void testUnsignedByteToInt() throws Exception(Code) | | |
|
|
|