Class Utils

java.lang.Object
com.vaadin.testbench.uiunittest.Utils

public class Utils extends Object
  • Method Details

    • setOfItems

      public static <T> Set<T> setOfItems(T... items)
    • listOfItems

      public static <T> List<T> listOfItems(T... items)
    • printComponentTree

      public static void printComponentTree()
      Print the component tree for debugging. This includes all components within the UI and all windows. Also notifications are printed. Indentation is used to indicate component hierarchy.