All Implemented Interfaces:
Component, Control, OutputList, Element

public class N2oOutputList extends N2oControl implements OutputList
Компонент вывода многострочного текста для автотестирования
  • Constructor Details

    • N2oOutputList

      public N2oOutputList()
  • 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 - ожидаемое значение
    • shouldHaveValues

      public void shouldHaveValues(String separator, String[] values, Duration... duration)
      Description copied from interface: OutputList
      Проверка соответствия значений и их разделителя
      Specified by:
      shouldHaveValues in interface OutputList
      Parameters:
      separator - ожидаемый разделитель
      values - ожидаемые значения
    • shouldHaveLinkValues

      public void shouldHaveLinkValues(String separator, String[] values, Duration... duration)
      Description copied from interface: OutputList
      Проверка соответствия значений и их разделителя у полей с ссылками
      Specified by:
      shouldHaveLinkValues in interface OutputList
      Parameters:
      separator - ожидаемый разделитель
      values - ожидаемые значения
    • shouldHaveDirection

      public void shouldHaveDirection(net.n2oapp.framework.api.metadata.meta.control.OutputList.Direction direction)
      Description copied from interface: OutputList
      Проверка направления отображения данных
      Specified by:
      shouldHaveDirection in interface OutputList
      Parameters:
      direction - ожидаемое направление
    • shouldHaveLink

      public void shouldHaveLink(String itemValue, String link)
      Description copied from interface: OutputList
      Проверка соответствия ссылки у отображаемой опции
      Specified by:
      shouldHaveLink in interface OutputList
      Parameters:
      itemValue - значение отображаемой опции
      link - ожидаемая ссылка
    • linkedItems

      protected com.codeborne.selenide.ElementsCollection linkedItems()
    • simpleItems

      protected com.codeborne.selenide.ElementsCollection simpleItems()