Modifier and Type |
Method and Description |
ViewSecurityConfiguration |
cancel() |
static EditGeneralConfiguration |
editConfigurationFromAnywhere()
Factory method to visit the edit configuration screen from anywhere.
|
static EditGeneralConfiguration |
editConfigurationFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester) |
protected static EditGeneralConfiguration |
editConfigurationFromView(net.sourceforge.jwebunit.junit.WebTester webTester) |
String |
getAttachmentMaxSize() |
long |
getMaxAttachmentsInUI() |
protected boolean |
isOptionEnabled(String optionName) |
EditGeneralConfiguration |
setAttachmentMaxSize(String max) |
EditGeneralConfiguration |
setBaseUrl(String domainName) |
EditGeneralConfiguration |
setCamelCaseEnabled(boolean enabled) |
EditGeneralConfiguration |
setContactAdministratorsFormEnabled(boolean enabled) |
EditGeneralConfiguration |
setCustomContactAdministratorsMessage(String message) |
EditGeneralConfiguration |
setGzipResponseEncodingEnabled(boolean enabled) |
EditGeneralConfiguration |
setMaxAttachmentsInUI(long max) |
protected void |
setOption(boolean enabled,
String name) |
void |
submit()
Submit and don't construct a new state.
|
EditGeneralConfiguration |
submitAndReEdit()
Submit and immediately click edit so that more editing can be done.
|
ViewGeneralConfiguration |
submitAndView()
|
EditGeneralConfiguration |
submitExpectingErrors()
Submit, expecting that we'll be taken back to the edit page and that there will be errors shown.
|