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, int actualSize, @Nullable String explanation, CollectionSource collection, @Nullable Exception cause, long timeoutMs)