Package gov.nasa.pds.objectAccess.table
Class FloatBinaryFieldAdapterTest
- java.lang.Object
-
- gov.nasa.pds.objectAccess.table.FloatBinaryFieldAdapterTest
-
public class FloatBinaryFieldAdapterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FloatBinaryFieldAdapterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestGetByte()voidtestGetFloatBigEndian(float value, int offset)voidtestGetFloatLittleEndian(float value, int offset)voidtestGetInt()voidtestGetLong()voidtestGetShort()voidtestGetString()voidtestSetByte()voidtestSetFloatBigEndian(float value, int offset)voidtestSetFloatLittleEndian(float value, int offset)voidtestSetInt()voidtestSetLong()voidtestSetShort()voidtestSetString()
-
-
-
Method Detail
-
testGetFloatBigEndian
public void testGetFloatBigEndian(float value, int offset)
-
testGetFloatLittleEndian
public void testGetFloatLittleEndian(float value, int offset)
-
testGetString
public void testGetString()
-
testGetByte
public void testGetByte()
-
testGetShort
public void testGetShort()
-
testGetInt
public void testGetInt()
-
testGetLong
public void testGetLong()
-
testSetFloatBigEndian
public void testSetFloatBigEndian(float value, int offset)
-
testSetFloatLittleEndian
public void testSetFloatLittleEndian(float value, int offset)
-
testSetString
public void testSetString()
-
testSetByte
public void testSetByte()
-
testSetShort
public void testSetShort()
-
testSetInt
public void testSetInt()
-
testSetLong
public void testSetLong()
-
-