org.systemsbiology.gaggle.geese.sequence.unitTests
Class FileBasedSequenceFetcherTest

java.lang.Object
  extended by TestCase
      extended by org.systemsbiology.gaggle.geese.sequence.unitTests.FileBasedSequenceFetcherTest

public class FileBasedSequenceFetcherTest
extends TestCase


Constructor Summary
FileBasedSequenceFetcherTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testSmallFile()
           
 void testSmallFileWithBlankLines()
           
 void testTinyFile()
           
 void testTinyFileFromJar()
           
 void testTinyFileOverHttp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBasedSequenceFetcherTest

public FileBasedSequenceFetcherTest()
Method Detail

testTinyFile

public void testTinyFile()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testSmallFile

public void testSmallFile()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testSmallFileWithBlankLines

public void testSmallFileWithBlankLines()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testTinyFileOverHttp

public void testTinyFileOverHttp()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testTinyFileFromJar

public void testTinyFileFromJar()
                         throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)