Uses of Class
org.apache.wicket.util.tester.FormTester
-
Uses of FormTester in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester that return FormTesterModifier and TypeMethodDescriptionBaseWicketTester.newFormTester(String path) Creates aFormTesterfor theFormat a given path, and fills all childFormComponents with blankStrings.BaseWicketTester.newFormTester(String path, boolean fillBlankString) Creates aFormTesterfor theFormat a given path.Simulates selecting an option of aFormComponent.FormTester.selectMultiple(String formComponentId, int[] indexes) A convenience method to select multiple options for theFormComponent.FormTester.selectMultiple(String formComponentId, int[] indexes, boolean replace) A convenience method to select multiple options for theFormComponent.FormTester.setClearFeedbackMessagesBeforeSubmit(boolean clearFeedbackMessagesBeforeSubmit) FormTester.setFile(String formComponentId, org.apache.wicket.util.file.File file, String contentType) Sets theFileon aFileUploadField.Simulates filling in a field on aForm.Simulates filling in a field on aForm.FormTester.submit()Submits theForm.A convenience method for submitting theFormwith an alternate button.A convenience method for submitting theFormwith an alternate button.FormTester.submitLink(String path, boolean pageRelative) A convenience method to submit the Form via a SubmitLink which may inside or outside of the Form.