org.apache.commons.fileupload
Class DiskFileItemSerializeTest

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

public class DiskFileItemSerializeTest
extends Object

Serialization Unit tests for DiskFileItem.

Version:
$Id: DiskFileItemSerializeTest.java 1454693 2013-03-09 12:30:27Z simonetripodi $

Constructor Summary
DiskFileItemSerializeTest()
           
 
Method Summary
 void testAboveThreshold()
          Test creation of a field for which the amount of data falls above the configured threshold.
 void testBelowThreshold()
          Test creation of a field for which the amount of data falls below the configured threshold.
 void testThreshold()
          Test creation of a field for which the amount of data equals the configured threshold.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskFileItemSerializeTest

public DiskFileItemSerializeTest()
Method Detail

testBelowThreshold

public void testBelowThreshold()
                        throws Exception
Test creation of a field for which the amount of data falls below the configured threshold.

Throws:
Exception

testThreshold

public void testThreshold()
                   throws Exception
Test creation of a field for which the amount of data equals the configured threshold.

Throws:
Exception

testAboveThreshold

public void testAboveThreshold()
                        throws Exception
Test creation of a field for which the amount of data falls above the configured threshold.

Throws:
Exception


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