You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.html.testbench.

Class DescriptionListTester

All Implemented Interfaces:

ClickHandler

public class DescriptionListTester extends HtmlClickContainer<DescriptionList>
  • Constructor Details

    • DescriptionListTester

      public DescriptionListTester(DescriptionList component)

      Wrap given component for testing.

      Parameters:

      component - target component

  • Method Details

    • getDesciptions

      public List<DescriptionList.Description> getDesciptions()

      Get all descriptions of DescriptionList.

      Returns:

      the list of descriptions for this description list

    • getTerms

      public List<DescriptionList.Term> getTerms()

      Get all terms of DescriptionList.

      Returns:

      the list of terms for this description list