JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class FieldRecordTextTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.alsUtility.FieldRecordTextTest

public class FieldRecordTextTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
FieldRecordTextTest(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testReadFile()
           
 void testReadLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldRecordTextTest

public FieldRecordTextTest(java.lang.String name)
Method Detail

setUp

protected void setUp()

tearDown

protected void tearDown()

testReadFile

public void testReadFile()
                  throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

testReadLine

public void testReadLine()
                  throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

JavaGenes, NASA Ames. Written largely by Al Globus