All Implemented Interfaces:
Cell, RatingCell, Component, Element

public class N2oRatingCell extends N2oCell implements RatingCell
Ячейка таблицы с рейтингом для автотестирования
  • Constructor Details

    • N2oRatingCell

      public N2oRatingCell()
  • Method Details

    • shouldHaveMax

      public void shouldHaveMax(int max)
      Description copied from interface: RatingCell
      Проверка максимально возможного значения
      Specified by:
      shouldHaveMax in interface RatingCell
      Parameters:
      max - максимальное ожидаемое значение
    • shouldHaveValue

      public void shouldHaveValue(String value, Duration... duration)
      Description copied from interface: RatingCell
      Проверка актуального значения
      Specified by:
      shouldHaveValue in interface RatingCell
      Parameters:
      value - ожидаемое актуальное значение
    • value

      public void value(String value)
      Description copied from interface: RatingCell
      Выбор значения рейтинга
      Specified by:
      value in interface RatingCell
      Parameters:
      value - значение рейтинга
    • ratingInput

      protected com.codeborne.selenide.ElementsCollection ratingInput()