Class SizeGreaterThan

java.lang.Object
com.codeborne.selenide.CollectionCondition
com.codeborne.selenide.collections.SizeGreaterThan

@ParametersAreNonnullByDefault public class SizeGreaterThan extends CollectionCondition
  • Field Details

    • expectedSize

      protected final int expectedSize
  • Constructor Details

    • SizeGreaterThan

      public SizeGreaterThan(int expectedSize)
  • Method Details