Package 

Interface UiTextViewAssertions

  • All Implemented Interfaces:
    com.kaspersky.components.kautomator.component.common.assertions.UiBaseAssertions

    
    public interface UiTextViewAssertions
     implements UiBaseAssertions
                        

    Provides assertions for UiTextView

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum UiTextViewAssertionType
    • Method Summary

      Modifier and Type Method Description
      Unit hasEmptyText() Checks if the view has empty text
      Unit hasAnyText() Checks if the view has any text
      Unit hasText(String text) Checks if the view has concrete text
      Unit hasNoText(String text) Checks if the view has not concrete text
      Unit containsText(String text) Checks if the view contains concrete text
      abstract UiObjectInteractionDelegate getView()
      • Methods inherited from class com.kaspersky.components.kautomator.component.text.UiTextViewAssertions

        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