multipart
Class MultipartTest

java.lang.Object
  extended by multipart.MultipartTest

public class MultipartTest
extends java.lang.Object

JUnit tests for the multifile downloader.


Constructor Summary
MultipartTest()
           
 
Method Summary
 void emptyDownload()
          Performs some very basic edge case tests.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartTest

public MultipartTest()
Method Detail

emptyDownload

public void emptyDownload()
                   throws java.io.IOException
Performs some very basic edge case tests. If the downloader is asked to download a file with contents "--", it should succeed for two alternatives, writing nothing to the output stream, and then fail in attempting to skip to a third alternative.

Throws:
java.io.IOException