Package com.codeborne.selenide.ex
Class TextsSizeMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- com.codeborne.selenide.ex.UIAssertionError
-
- com.codeborne.selenide.ex.TextsSizeMismatch
-
- All Implemented Interfaces:
java.io.Serializable
@ParametersAreNonnullByDefault public class TextsSizeMismatch extends UIAssertionError
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.codeborne.selenide.ex.UIAssertionError
timeoutMs
-
-
Constructor Summary
Constructors Constructor Description TextsSizeMismatch(WebElementsCollection collection, java.util.List<java.lang.String> actualTexts, java.util.List<java.lang.String> expectedTexts, java.lang.String explanation, long timeoutMs)
-
Method Summary
-
Methods inherited from class com.codeborne.selenide.ex.UIAssertionError
getMessage, getScreenshot, toString, uiDetails, wrap, wrap
-
-
-
-
Constructor Detail
-
TextsSizeMismatch
public TextsSizeMismatch(WebElementsCollection collection, java.util.List<java.lang.String> actualTexts, java.util.List<java.lang.String> expectedTexts, @Nullable java.lang.String explanation, long timeoutMs)
-
-