Class GuiElementAssertDescriptionDecorator
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.asserts.GuiElementAssertDecorator
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.asserts.GuiElementAssertDescriptionDecorator
-
- All Implemented Interfaces:
eu.tsystems.mms.tic.testframework.logging.Loggable,GuiElementAssert
@Deprecated public class GuiElementAssertDescriptionDecorator extends GuiElementAssertDecorator
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description GuiElementAssertDescriptionDecorator(java.lang.String assertDescription, GuiElementAssert decoratedAssert)Deprecated.
-
Method Summary
-
Methods inherited from class eu.tsystems.mms.tic.testframework.pageobjects.internal.asserts.GuiElementAssertDecorator
assertAnyFollowingTextNodeContains, assertAttributeContains, assertAttributeContainsNot, assertAttributeIsPresent, assertAttributeValue, assertCssClassIsNotPresent, assertCssClassIsPresent, assertInputFieldLength, assertIsDisabled, assertIsDisplayed, assertIsDisplayedFromWebElement, assertIsEnabled, assertIsNotDisplayed, assertIsNotPresent, assertIsNotPresentFast, assertIsNotSelectable, assertIsNotSelected, assertIsPresent, assertIsPresentFast, assertIsSelectable, assertIsSelected, assertLayout, assertNotVisible, assertScreenshot, assertText, assertTextContains, assertTextContainsNot, assertVisible
-
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.pageobjects.internal.asserts.GuiElementAssert
assertContainsText, assertIsNotDisplayedFromWebElement
-
-
-
-
Constructor Detail
-
GuiElementAssertDescriptionDecorator
public GuiElementAssertDescriptionDecorator(java.lang.String assertDescription, GuiElementAssert decoratedAssert)Deprecated.
-
-