Method Summary |
|
protected FileItemFactory | createFactory(File repository) Creates a new FileItemFactory and returns it, obscuring
from the caller the underlying implementation of this interface.
Parameters: repository - The directory within which temporary files will becreated. |
public void | doTestAboveThreshold(File repository) Common code for cases where the amount of data is above the configured
threshold, but the ultimate destination of the data has not yet been
determined. |
public void | testAboveThresholdDefaultRepository() Test creation of a field for which the amount of data falls above the
configured threshold, where no specific repository is configured. |
public void | testAboveThresholdSpecifiedRepository() Test creation of a field for which the amount of data falls above the
configured threshold, where a specific repository is configured. |
public void | testBelowThreshold() Test creation of a field for which the amount of data falls below the
configured threshold. |
public void | testContentCharSet() Test construction of content charset. |
public void | testFileFieldConstruction() Test construction of a file field. |
public void | testTextFieldConstruction() Test construction of a regular text field. |