aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/TestBench.java
Commit message (Collapse)AuthorAgeFilesLines
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-55/+54
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-16/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-56/+48
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-2/+4
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-2/+1
|
* Fix typos (#10124)Ahmed Ashour2017-10-041-1/+1
|
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-3/+2
|
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-15/+4
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-2/+2
|
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
|
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-16/+10
| | | This change also includes some other minor cleanup.
* Unify listeners on the server sideAleksi Hietanen2016-09-291-66/+69
| | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
* Use diamond operator where it can be usedArtur Signell2016-09-051-3/+3
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Move LegacyWindow back to com.vaadin.uiArtur Signell2016-08-251-1/+1
| | | | | | | There are too many dependencies between Legacy* and the core framework to be able to easily separate them. Change-Id: I6888e7a370b5d8da587e421abe3cb4686855c72f
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-4/+4
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-7/+7
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181-21/+23
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-0/+341
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda