aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/elements/TreeElementGetValueTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-3/+3
| | | | Also removes dependency on junit.framework.TestCase .
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-021-1/+1
| | | | | | | This patch introduces a Tree component, implemented as a Composite using TreeGrid. As initial version of the component, some functionality of the old Tree component has been left out for now. Partly addresses #8617
* Import element tests from TestBench (#8117)Artur2017-01-111-0/+37
Contains some additional tests and element changes based on review.