Class EditGeneralConfiguration

    • Field Detail

      • webTester

        protected final net.sourceforge.jwebunit.junit.WebTester webTester
      • workingForm

        protected final String workingForm
    • Constructor Detail

      • EditGeneralConfiguration

        protected EditGeneralConfiguration​(net.sourceforge.jwebunit.junit.WebTester webTester,
                                           String workingForm)
    • Method Detail

      • editConfigurationFromAnywhere

        public static EditGeneralConfiguration editConfigurationFromAnywhere()
        Factory method to visit the edit configuration screen from anywhere.
        Returns:
        a new EditGeneralConfiguration ready to use.
      • editConfigurationFromAnywhere

        public static EditGeneralConfiguration editConfigurationFromAnywhere​(net.sourceforge.jwebunit.junit.WebTester webTester)
      • editConfigurationFromView

        protected static EditGeneralConfiguration editConfigurationFromView​(net.sourceforge.jwebunit.junit.WebTester webTester)
      • submitAndReEdit

        public EditGeneralConfiguration submitAndReEdit()
        Submit and immediately click edit so that more editing can be done.
      • submitExpectingErrors

        public EditGeneralConfiguration submitExpectingErrors()
        Submit, expecting that we'll be taken back to the edit page and that there will be errors shown.
      • submit

        public void submit()
        Submit and don't construct a new state. Useful in tearDowns when you aren't going to want to do anything with the result.
      • setContactAdministratorsFormEnabled

        public EditGeneralConfiguration setContactAdministratorsFormEnabled​(boolean enabled)
      • getAttachmentMaxSize

        public String getAttachmentMaxSize()
      • getMaxAttachmentsInUI

        public long getMaxAttachmentsInUI()
      • isOptionEnabled

        protected boolean isOptionEnabled​(String optionName)
      • setOption

        protected void setOption​(boolean enabled,
                                 String name)