aboutsummaryrefslogtreecommitdiff
path: root/tests/utils/qt-fixture.h
Commit message (Collapse)AuthorAgeFilesLines
* make wait_for_signals() a macro again so that the GTest log messages will ↵Charles Kerr2016-03-221-10/+10
| | | | give the test file and line number
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-1/+17
| | | | the prompt.
* introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-171-0/+58
fixtures' helper/util code