All Implemented Interfaces:
Component, Element, Area

public class N2oArea extends N2oComponent implements Area
Область виджета диаграмма-область для автотестирования
  • Constructor Details

    • N2oArea

      public N2oArea()
  • Method Details

    • shouldHaveWidth

      public void shouldHaveWidth(int width)
      Description copied from interface: Area
      Проверка ширины графика
      Specified by:
      shouldHaveWidth in interface Area
      Parameters:
      width - ожидаемая ширина графика
    • shouldHaveHeight

      public void shouldHaveHeight(int height)
      Description copied from interface: Area
      Проверка высоты графика
      Specified by:
      shouldHaveHeight in interface Area
      Parameters:
      height - ожидаемая высота графика
    • path

      protected com.codeborne.selenide.SelenideElement path()