|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MockForm | |
|---|---|
| com.uwyn.rife.test | Provides classes and interfaces for the out-of-container testing framework. |
| Uses of MockForm in com.uwyn.rife.test |
|---|
| Methods in com.uwyn.rife.test that return MockForm | |
|---|---|
MockForm |
MockForm.file(String name,
MockFileUpload file)
Sets a file in this form. |
MockForm |
MockForm.files(String name,
MockFileUpload[] files)
Sets files in this request. |
MockForm |
ParsedHtml.getFormWithId(String id)
Retrieves the first form in the HTML document with a particular id attribute. |
MockForm |
ParsedHtml.getFormWithName(String name)
Retrieves the first form in the HTML document with a particular name attribute. |
MockForm |
MockForm.parameter(String name,
String value)
Sets a parameter in this form. |
MockForm |
MockForm.parameter(String name,
String[] values)
Sets a parameter in this form. |
| Methods in com.uwyn.rife.test that return types with arguments of type MockForm | |
|---|---|
List<MockForm> |
ParsedHtml.getForms()
Retrieves the list of all the forms in the HTML document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||