Class N2oControl
java.lang.Object
net.n2oapp.framework.autotest.impl.component.N2oElement
net.n2oapp.framework.autotest.impl.component.N2oComponent
net.n2oapp.framework.autotest.impl.component.control.N2oControl
- Direct Known Subclasses:
N2oAutoComplete,N2oCheckbox,N2oCheckboxGroup,N2oCodeEditor,N2oDateInput,N2oDateInterval,N2oFileUploadControl,N2oImageUploadControl,N2oInputMoney,N2oInputSelect,N2oInputSelectTree,N2oInputText,N2oMaskedInput,N2oNumberPicker,N2oOutputList,N2oOutputText,N2oPasswordControl,N2oProgress,N2oRadioGroup,N2oRating,N2oSelect,N2oSlider,N2oTextArea,N2oTextEditor,N2oTimePicker
Компоненты ввода для автотестирования
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidПроверка недоступности поляvoidПроверка доступности поляMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oComponent
shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from class net.n2oapp.framework.autotest.impl.component.N2oElement
element, setElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.autotest.api.component.Component
should, should, should, shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from interface net.n2oapp.framework.autotest.api.component.control.Control
shouldBeEmpty, shouldHaveValueMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElement
-
Field Details
-
INPUT
- See Also:
-
-
Constructor Details
-
N2oControl
public N2oControl()
-
-
Method Details
-
shouldBeEnabled
public void shouldBeEnabled()Description copied from interface:ControlПроверка доступности поля- Specified by:
shouldBeEnabledin interfaceControl
-
shouldBeDisabled
public void shouldBeDisabled()Description copied from interface:ControlПроверка недоступности поля- Specified by:
shouldBeDisabledin interfaceControl
-