Package com.vaadin.testbench.uiunittest
Class Utils
java.lang.Object
com.vaadin.testbench.uiunittest.Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T> listOfItems(T... items) static voidPrint the component tree for debugging.static <T> Set<T> setOfItems(T... items)
-
Method Details
-
setOfItems
-
listOfItems
-
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.
-