Uses of Class
com.meterware.httpunit.protocol.UploadFileSpec

Packages that use UploadFileSpec
com.meterware.httpunit Classes for testing http server systems. 
com.meterware.httpunit.protocol   
 

Uses of UploadFileSpec in com.meterware.httpunit
 

Methods in com.meterware.httpunit with parameters of type UploadFileSpec
 void WebRequest.setParameter(java.lang.String parameterName, UploadFileSpec[] files)
          Sets the multiple values of a file upload parameter in a web request.
 void WebForm.setParameter(java.lang.String name, UploadFileSpec[] files)
          Sets the multiple values of a file upload parameter in a web request.
 

Uses of UploadFileSpec in com.meterware.httpunit.protocol
 

Methods in com.meterware.httpunit.protocol with parameters of type UploadFileSpec
 void ParameterProcessor.addFile(java.lang.String parameterName, UploadFileSpec fileSpec)
           
 void URLEncodedString.addFile(java.lang.String parameterName, UploadFileSpec fileSpec)
           
 



Copyright © 2011. All Rights Reserved.