All Implemented Interfaces:
Component, Control, Progress, Element

public class N2oProgress extends N2oControl implements Progress
Компонент отображения прогресса для автотестирования
  • Constructor Details

    • N2oProgress

      public N2oProgress()
  • Method Details

    • shouldBeEmpty

      public void shouldBeEmpty()
      Description copied from interface: Control
      Проверка пустоты поля
      Specified by:
      shouldBeEmpty in interface Control
    • shouldHaveValue

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

      public void shouldHaveText(String text)
      Description copied from interface: Progress
      Проверка соответствия текста
      Specified by:
      shouldHaveText in interface Progress
      Parameters:
      text - ожидаемый текст
    • shouldHaveMax

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

      public void shouldBeAnimated()
      Description copied from interface: Progress
      Проверка того, что поле анимированное
      Specified by:
      shouldBeAnimated in interface Progress
    • shouldBeStriped

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

      public void shouldHaveColor(Colors color)
      Description copied from interface: Progress
      Проверка соответствия цвета поля
      Specified by:
      shouldHaveColor in interface Progress
      Parameters:
      color - ожидаемый цвет поля
    • progressBar

      protected com.codeborne.selenide.SelenideElement progressBar()