Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update TB3+ convention to use a separate *Test file | Artur Signell | 2013-10-08 | 1 | -63/+0 |
| | | | | | | | | | | | | 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 | ||||
* | Refactor how TB3 tests are written (#12572) | Artur Signell | 2013-09-27 | 1 | -5/+3 |
| | | | | | | * openTestUrl() must be called in the beginning of each test. Before that setPush and setDebug can be used to determine whether /run-push or ?debug should be used in the URL Change-Id: Ie70996fcbdb2769fcd4ec56cb878e20198e02bf6 | ||||
* | Converted TB2 push tests to TB3 (#12580) | Artur Signell | 2013-09-25 | 1 | -0/+65 |
Change-Id: Ifd6286aee75946eb47c39886c08473a5a0c10545 |