Enum Class Assertion

java.lang.Object
java.lang.Enum<Assertion>
com.vaadin.uitest.model.codesnippetgeneration.Assertion
All Implemented Interfaces:
Interaction, Serializable, Comparable<Assertion>, Constable

public enum Assertion extends Enum<Assertion> implements Interaction
  • Enum Constant Details

    • CONTAINS_TEXT

      public static final Assertion CONTAINS_TEXT
    • HAS_COUNT

      public static final Assertion HAS_COUNT
    • HAS_TEXT

      public static final Assertion HAS_TEXT
    • HAS_VALUE

      public static final Assertion HAS_VALUE
    • HAS_VALUES

      public static final Assertion HAS_VALUES
    • IS_CHECKED

      public static final Assertion IS_CHECKED
    • IS_DISABLED

      public static final Assertion IS_DISABLED
    • IS_EDITABLE

      public static final Assertion IS_EDITABLE
    • IS_EMPTY

      public static final Assertion IS_EMPTY
    • IS_ENABLED

      public static final Assertion IS_ENABLED
    • IS_FOCUSED

      public static final Assertion IS_FOCUSED
    • IS_HIDDEN

      public static final Assertion IS_HIDDEN
    • IS_IN_VIEWPORT

      public static final Assertion IS_IN_VIEWPORT
    • IS_VISIBLE

      public static final Assertion IS_VISIBLE
  • Method Details

    • values

      public static Assertion[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Assertion valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null