Class N2oProgressBarCell

All Implemented Interfaces:
Cell, ProgressBarCell, Component, Element

public class N2oProgressBarCell extends N2oCell implements ProgressBarCell
Ячейка таблицы с ProgressBar для автотестирования
  • Constructor Details

    • N2oProgressBarCell

      public N2oProgressBarCell()
  • Method Details

    • shouldHaveColor

      public void shouldHaveColor(ColorsEnum color)
      Description copied from interface: ProgressBarCell
      Проверка соответствия цвета ячейки
      Specified by:
      shouldHaveColor in interface ProgressBarCell
      Parameters:
      color - ожидаемый цвет
    • shouldHaveValue

      public void shouldHaveValue(String value)
      Description copied from interface: ProgressBarCell
      Проверка соответствия текста внутри ячейки
      Specified by:
      shouldHaveValue in interface ProgressBarCell
      Parameters:
      value - ожидаемый текст
    • shouldHaveSize

      public void shouldHaveSize(ProgressBarCell.SizeEnum size)
      Description copied from interface: ProgressBarCell
      Проверка соответствия размера ячейки
      Specified by:
      shouldHaveSize in interface ProgressBarCell
      Parameters:
      size - ожидаемый размер
    • shouldBeAnimated

      public void shouldBeAnimated()
      Description copied from interface: ProgressBarCell
      Проверка того, что ячейка с анимацией загрузки
      Specified by:
      shouldBeAnimated in interface ProgressBarCell
    • shouldBeStriped

      public void shouldBeStriped()
      Description copied from interface: ProgressBarCell
      Проверка того, что ячейка с полосками
      Specified by:
      shouldBeStriped in interface ProgressBarCell
    • progressBar

      protected com.codeborne.selenide.SelenideElement progressBar()