aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/push/BarInUIDLTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Use TestBench-4.0.2Teemu Suo-Anttila2015-02-191-1/+1
| | | | | | | | - Based on TB4 Parallel testing. - Browser setup no longer uses static capabilities. - Some code cleanup here and there. Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
* Update copyright year to 2014Artur Signell2014-04-161-2/+2
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Added categories inclusion and exclusion feature to TB3TestSuite.Sauli Tähkäpää2014-03-281-0/+2
| | | | | | | | Added test category annotation. Added default values for properties. Added categories to tests. Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
* 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