Class GuiElementAssertDecorator

    • Field Summary

      • Fields inherited from interface eu.tsystems.mms.tic.testframework.logging.Loggable

        prompt
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void assertAnyFollowingTextNodeContains​(java.lang.String contains)
      Deprecated.
      Checks, if the GuiElement contains the Text in one of the minor TextNodes.
      void assertAttributeContains​(java.lang.String attributeName, java.lang.String textContainedByAttribute)
      Deprecated.
      Checks if the GuiElement, contains the given text in an attribute.
      void assertAttributeContainsNot​(java.lang.String attributeName, java.lang.String textNotContainedByAttribute)
      Deprecated.
      Checks if the GuiElement, contains not the given text in an attribute.
      void assertAttributeIsPresent​(java.lang.String attributeName)
      Deprecated.
      Assert attribute is present.
      void assertAttributeValue​(java.lang.String attributeName, java.lang.String value)
      Deprecated.
      Checks if the GuiElement contains matches a given text in an attribute.
      void assertCssClassIsNotPresent​(java.lang.String className)
      Deprecated.
      Checks if the element has not a given css class name
      void assertCssClassIsPresent​(java.lang.String className)
      Deprecated.
      Checks if the element has a given css class name
      void assertInputFieldLength​(int length)
      Deprecated.
      Functions checks whether given input-length is valid
      void assertIsDisabled()
      Deprecated.
      Checks for (wait) disabled state.
      void assertIsDisplayed()
      Deprecated.
      Assert waitForIsDisplayed() = true.
      void assertIsDisplayedFromWebElement()
      Deprecated.
      Assert is displayed from webelement with wait
      void assertIsEnabled()
      Deprecated.
      Checks for (wait) enabled state.
      void assertIsNotDisplayed()
      Deprecated.
      Assert waitForIsDisplayed() = false.
      void assertIsNotPresent()
      Deprecated.
      Assert waitForIsNotPresent() = true.
      void assertIsNotPresentFast()
      Deprecated.
      Assert isPresent() = false.
      void assertIsNotSelectable()
      Deprecated.
      Checks if GuiElement is not selectable.
      void assertIsNotSelected()
      Deprecated.
      Assert waitForIsSelected() = false.
      void assertIsPresent()
      Deprecated.
      Assert waitForIsPresent() = true.
      void assertIsPresentFast()
      Deprecated.
      Assert isPresent() = true.
      void assertIsSelectable()
      Deprecated.
      Assert is selectable
      void assertIsSelected()
      Deprecated.
      Assert waitForIsSelected() = true.
      void assertLayout​(ILayout layout)
      Deprecated.
      Checks two guielements layouts against each other.
      void assertNotVisible()
      Deprecated.
      Asserts the invisibility of this element
      void assertScreenshot​(java.lang.String targetImageName, double confidenceThreshold)
      Deprecated.
      Asserts the pixel of this element
      void assertText​(java.lang.String text)
      Deprecated.
      Checks if GuiElement contains the given text.
      void assertTextContains​(java.lang.String... text)
      Deprecated.
      Checks if the GuiElement, contains the given texts.
      void assertTextContainsNot​(java.lang.String... text)
      Deprecated.
      Checks if the GuiElement, contains not given texts.
      void assertVisible​(boolean fullyVisible)
      Deprecated.
      Asserts the visibility of this element
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface eu.tsystems.mms.tic.testframework.logging.Loggable

        log