Package 

Class DisplayedObjectAssertion

  • All Implemented Interfaces:
    com.kaspersky.components.kautomator.intercept.operation.UiOperation

    
    public final class DisplayedObjectAssertion
     implements UiOperation<UiObject2>
                        

    Special separate Assertion to determine UiAutomator View is displayed or not

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Companion
      public enum UiDisplayedAssertionType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String description
      private final DisplayedObjectAssertion.UiDisplayedAssertionType type
    • Method Summary

      Modifier and Type Method Description
      Unit execute(UiObject2 innerView)
      String toString()
      String getDescription()
      DisplayedObjectAssertion.UiDisplayedAssertionType getType()
      • Methods inherited from class com.kaspersky.components.kautomator.intercept.operation.UiOperation

        equals, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait