aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/ui/UIAccessTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-120/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Reformat project using Eclipse Luna SR1Artur Signell2014-12-291-3/+3
| | | | Change-Id: I58748499c87d470e70304d882d3227cda5803481
* Split UIAccessTest into separate test methods.Sauli Tähkäpää2014-09-191-168/+84
| | | | Change-Id: I4cc0dd2a97a702cff0506543cc9608ae819f82f8
* Update copyright year to 2014Artur Signell2014-04-161-2/+2
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Converted broken test to TB3Artur Signell2013-10-111-2/+161
| | | | Change-Id: Ic30db7584a65c944eb45c576e12b7671399d1965
* Update TB3+ convention to use a separate *Test fileArtur Signell2013-10-081-0/+45
For any issue there should be a UI class, e.g. LabelSomething and a Test class which has the name of the UI + Test, e.g. LabelSomethingTest. The LabelSomethingTest contains ALL tests which depend on LabelSomething and are named accordingly to what they test. For special and legacy cases also LegacyApplication and UIProvider are supported in addition to UI classes Change-Id: Ifc0180b377284bbd029202494ad194d324f8213b