Class N2oTooltipListCell

All Implemented Interfaces:
Cell, TooltipListCell, Component, Element

public class N2oTooltipListCell extends N2oCell implements TooltipListCell
Ячейка с тултипом и раскрывающимся текстовым списком для автотестирования
  • Constructor Details

    • N2oTooltipListCell

      public N2oTooltipListCell()
  • Method Details

    • shouldHaveText

      public void shouldHaveText(String text, Duration... duration)
      Description copied from interface: TooltipListCell
      Проверка точного соответствия (без учета регистра) текста
      Specified by:
      shouldHaveText in interface TooltipListCell
      Parameters:
      text - ожидаемый текст
    • shouldHaveDashedLabel

      public void shouldHaveDashedLabel()
      Description copied from interface: TooltipListCell
      Проверка подчеркнутости заголовока пунктиром
      Specified by:
      shouldHaveDashedLabel in interface TooltipListCell
    • shouldNotHaveDashedLabel

      public void shouldNotHaveDashedLabel()
      Description copied from interface: TooltipListCell
      Проверка не подчеркнутости заголовока пунктиром
      Specified by:
      shouldNotHaveDashedLabel in interface TooltipListCell
    • hover

      public void hover()
      Description copied from interface: Cell
      Наведение мыши на ячейку
      Specified by:
      hover in interface Cell
      Specified by:
      hover in interface TooltipListCell
      Overrides:
      hover in class N2oCell
    • click

      public void click()
      Description copied from interface: TooltipListCell
      Клик по ячейке
      Specified by:
      click in interface TooltipListCell
    • dashedLabel

      protected com.codeborne.selenide.SelenideElement dashedLabel()
    • cellTrigger

      protected com.codeborne.selenide.SelenideElement cellTrigger()