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