Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
com.meterware.httpunit.protocol |
Modifier and Type | Method and Description |
---|---|
void |
WebRequest.setParameter(String parameterName,
UploadFileSpec[] files)
Sets the multiple values of a file upload parameter in a web request.
|
void |
WebForm.setParameter(String name,
UploadFileSpec[] files)
Sets the multiple values of a file upload parameter in a web request.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterProcessor.addFile(String parameterName,
UploadFileSpec fileSpec) |
void |
URLEncodedString.addFile(String parameterName,
UploadFileSpec fileSpec) |
Copyright © 2012. All Rights Reserved.