Class EditSpacesConfiguration


  • public class EditSpacesConfiguration
    extends Object
    • Field Detail

      • webTester

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

        protected final String workingForm
    • Method Detail

      • editConfigurationFromAnywhere

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

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

        protected static EditSpacesConfiguration editConfigurationFromView​(net.sourceforge.jwebunit.junit.WebTester webTester)
      • isRemoteApiEnabled

        public boolean isRemoteApiEnabled()
        Assumes that the webTester is already on the edit screen.
      • isOptionEnabled

        protected boolean isOptionEnabled​(String optionName)
      • setOption

        protected void setOption​(boolean enabled,
                                 String name)
      • 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.