aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/TestBase.java
Commit message (Collapse)AuthorAgeFilesLines
* Use String.isEmpty()Ahmed Ashour2017-09-191-1/+1
|
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-121-0/+2
| | | | | HorizontalLayout has spacing = true and margin = false by default. Fixes vaadin/framework8-issues#526
* Make Valo the default themePekka Hyvönen2016-10-061-2/+3
| | | | | | | | | | LegacyApplication explicitly uses "reindeer" as default theme. Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit. All new tests should be based on AbstractTestUI. Also added AbstractReindeerTestUIWithLog for those that needed it. Removed all found @Theme("valo") and used proper parent test class. Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad
* Organize importsArtur Signell2016-08-301-1/+1
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Implement new LabelArtur Signell2016-08-261-1/+1
| | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9
* 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-1/+1
| | | | | | | | * 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
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-1/+1
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-0/+83
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda