Interface ButtonField

All Superinterfaces:
Badge, Button, Component, Element, Field, Help
All Known Implementing Classes:
N2oButtonField

public interface ButtonField extends Field, Button
Модель компонента ButtonField для автотестирования
  • Method Details

    • shouldHaveIcon

      void shouldHaveIcon(String iconName)
      Проверка класса иконки у кнопки на соответствие ожидаемому значению
      Parameters:
      iconName - ожидаемый класс иконки
    • tooltipShouldHavePosition

      void tooltipShouldHavePosition(String position)
      Проверка соответствия позиции подсказки
      Parameters:
      position - ожидаемая позиция подсказки
    • shouldBeRounded

      void shouldBeRounded()
      Проверка круглой формы кнопки
    • shouldNotBeRounded

      void shouldNotBeRounded()
      Проверка не круглой формы кнопки