Package gov.nasa.pds.objectAccess.table
Class DoubleBinaryFieldAdapterTest
- java.lang.Object
-
- gov.nasa.pds.objectAccess.table.DoubleBinaryFieldAdapterTest
-
public class DoubleBinaryFieldAdapterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DoubleBinaryFieldAdapterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestGetByte()voidtestGetDoubleBigEndian(double value, int offset)voidtestGetDoubleLittleEndian(double value, int offset)voidtestGetInt()voidtestGetLong()voidtestGetShort()voidtestGetString()voidtestSetByte()voidtestSetDoubleBigEndian(double value, int offset)voidtestSetDoubleLittleEndian(double value, int offset)voidtestSetInt()voidtestSetLong()voidtestSetShort()voidtestSetString()
-
-
-
Method Detail
-
testGetDoubleBigEndian
public void testGetDoubleBigEndian(double value, int offset)
-
testGetDoubleLittleEndian
public void testGetDoubleLittleEndian(double value, int offset)
-
testGetString
public void testGetString()
-
testSetDoubleBigEndian
public void testSetDoubleBigEndian(double value, int offset)
-
testSetDoubleLittleEndian
public void testSetDoubleLittleEndian(double value, int offset)
-
testSetString
public void testSetString()
-
testGetByte
public void testGetByte()
-
testGetShort
public void testGetShort()
-
testGetInt
public void testGetInt()
-
testGetLong
public void testGetLong()
-
testSetByte
public void testSetByte()
-
testSetShort
public void testSetShort()
-
testSetInt
public void testSetInt()
-
testSetLong
public void testSetLong()
-
-