| |
|
| org.apache.commons.fileupload.DiskFileItemSerializeTest
Method Summary | |
public void | testAboveThreshold() Test creation of a field for which the amount of data falls above the
configured threshold. | public void | testBelowThreshold() Test creation of a field for which the amount of data falls below the
configured threshold. | public void | testThreshold() Test creation of a field for which the amount of data equals the
configured threshold. |
DiskFileItemSerializeTest | public DiskFileItemSerializeTest(String name)(Code) | | Standard JUnit test case constructor.
Parameters: name - The name of the test case. |
testAboveThreshold | public void testAboveThreshold()(Code) | | Test creation of a field for which the amount of data falls above the
configured threshold.
|
testBelowThreshold | public void testBelowThreshold()(Code) | | Test creation of a field for which the amount of data falls below the
configured threshold.
|
testThreshold | public void testThreshold()(Code) | | Test creation of a field for which the amount of data equals the
configured threshold.
|
|
|
|