|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MockFileUpload | |
|---|---|
| com.uwyn.rife.test | Provides classes and interfaces for the out-of-container testing framework. |
| Uses of MockFileUpload in com.uwyn.rife.test |
|---|
| Methods in com.uwyn.rife.test with parameters of type MockFileUpload | |
|---|---|
MockForm |
MockForm.file(String name,
MockFileUpload file)
Sets a file in this form. |
MockRequest |
MockRequest.file(String name,
MockFileUpload file)
Sets a file in this request. |
MockForm |
MockForm.files(String name,
MockFileUpload[] files)
Sets files in this request. |
MockRequest |
MockRequest.files(String name,
MockFileUpload[] files)
Sets files in this request. |
void |
MockForm.setFile(String name,
MockFileUpload file)
Sets a file in this form. |
void |
MockRequest.setFile(String name,
MockFileUpload file)
Sets a file in this request. |
void |
MockForm.setFiles(String name,
MockFileUpload[] files)
Sets files in this request. |
void |
MockRequest.setFiles(String name,
MockFileUpload[] files)
Sets files in this request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||