sequence
Class FileSequenceReaderTest

java.lang.Object
  extended by sequence.FileSequenceReaderTest

public class FileSequenceReaderTest
extends Object

Tests for FileSequenceReader.


Constructor Summary
FileSequenceReaderTest()
           
 
Method Summary
 void oneEmptyFile()
          Constructs a file sequence consisting of one zero-byte sub-file (not the same as zero sub-files!) and tests behavior on the sequence.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSequenceReaderTest

public FileSequenceReaderTest()
Method Detail

oneEmptyFile

public void oneEmptyFile()
                  throws IOException
Constructs a file sequence consisting of one zero-byte sub-file (not the same as zero sub-files!) and tests behavior on the sequence.

Throws:
IOException