Package gov.nasa.pds.objectAccess
Class FixedTableRecordTest
- java.lang.Object
-
- gov.nasa.pds.objectAccess.FixedTableRecordTest
-
public class FixedTableRecordTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FixedTableRecordTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testFindColumn()
void
testGetIntegers(byte[] value, java.lang.String name, long expectedValue)
void
testIllegalFieldName()
void
testIndexOutOfRange(int index)
void
testSetLong()
-
-
-
Method Detail
-
testGetIntegers
public void testGetIntegers(byte[] value, java.lang.String name, long expectedValue)
-
testFindColumn
public void testFindColumn()
-
testSetLong
public void testSetLong()
-
testIndexOutOfRange
public void testIndexOutOfRange(int index)
-
testIllegalFieldName
public void testIllegalFieldName()
-
-