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

@ParametersAreNonnullByDefault public class ListSizeMismatch extends UIAssertionError
See Also:
  • Constructor Details

    • ListSizeMismatch

      public ListSizeMismatch(String operator, int expectedSize, @Nullable String explanation, CollectionSource collection, @Nullable List<org.openqa.selenium.WebElement> actualElements, @Nullable Exception lastError, long timeoutMs)