org.apache.commons.fileupload
Class MultipartStreamTest

java.lang.Object
  extended by org.apache.commons.fileupload.MultipartStreamTest

public class MultipartStreamTest
extends Object

Unit tests MultipartStream.

Version:
$Id: MultipartStreamTest.java 1455046 2013-03-11 08:24:06Z simonetripodi $

Constructor Summary
MultipartStreamTest()
           
 
Method Summary
 void testThreeParamConstructor()
           
 void testTwoParamConstructor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartStreamTest

public MultipartStreamTest()
Method Detail

testThreeParamConstructor

public void testThreeParamConstructor()
                               throws Exception
Throws:
Exception

testTwoParamConstructor

public void testTwoParamConstructor()
                             throws Exception
Throws:
Exception


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.