-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.component.common.assertions.UiBaseAssertions
public interface UiCheckableAssertions implements UiBaseAssertions
Provides assertions for checkable views
-
-
Method Summary
Modifier and Type Method Description UnitisChecked()Checks if the view is checked UnitisNotChecked()Checks if the view is not checked abstract UiObjectInteractionDelegategetView()-
Methods inherited from class com.kaspersky.components.kautomator.component.check.UiCheckableAssertions
isClickable, isDisabled, isDisplayed, isEnabled, isFocusable, isFocused, isNotClickable, isNotDisplayed, isNotFocusable, isNotFocused, isNotSelected, isSelected -
Methods inherited from class com.kaspersky.components.kautomator.component.common.assertions.UiBaseAssertions
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isNotChecked
Unit isNotChecked()
Checks if the view is not checked
-
getView
abstract UiObjectInteractionDelegate getView()
-
-
-
-