Package com.codeborne.selenide.ex
Class ListSizeMismatch
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.opentest4j.AssertionFailedError
com.codeborne.selenide.ex.UIAssertionError
com.codeborne.selenide.ex.ListSizeMismatch
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.codeborne.selenide.ex.UIAssertionError
errorFormatter
-
Constructor Summary
ConstructorDescriptionListSizeMismatch
(String operator, int expectedSize, int actualSize, String explanation, CollectionSource collection, Exception cause, long timeoutMs) -
Method Summary
Methods inherited from class com.codeborne.selenide.ex.UIAssertionError
getMessage, getScreenshot, toString, wrap, wrap
Methods inherited from class org.opentest4j.AssertionFailedError
getActual, getExpected, isActualDefined, isExpectedDefined
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ListSizeMismatch
public ListSizeMismatch(String operator, int expectedSize, int actualSize, @Nullable String explanation, CollectionSource collection, @Nullable Exception cause, long timeoutMs)
-