Class ButtonTester<T extends Button>

java.lang.Object
com.vaadin.testbench.unit.ComponentTester<T>
com.vaadin.flow.component.button.ButtonTester<T>
Type Parameters:
T - component type
All Implemented Interfaces:
Clickable<T>

public class ButtonTester<T extends Button> extends ComponentTester<T>
Tester for Button components.
  • Constructor Details

    • ButtonTester

      public ButtonTester(T component)
      Wrap given button for testing.
      Parameters:
      component - target button