aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/helpers/BaseDroidDriverTest.java
AgeCommit message (Expand)Author
2014-05-08add UiDevice.pressBack for convenienceKevin Jin
2014-04-23consolidate ByAttribute, MatchStrategy by PredicateKevin Jin
2014-04-04Resetting test state after a failed flaky test.Jake Slack
2014-04-01Always log uncaughtExceptionKevin Jin
2014-03-13Overrides InstrumentationTestCase.runTest() to fail fastKevin Jin
2014-03-10Wraps calls to UiAutomation API.Kevin Jin
2014-03-06add a time-limited version of runOnMainSyncKevin Jin
2014-02-27dump hprof if onFailure causes OutOfMemoryErrorKevin Jin
2013-11-12fix NPE in ActivityTestCase#scrubClassKevin Jin
2013-10-23add helpers: DroidDrivers, BaseDroidDriverTest, UnrecoverableFailureKevin Jin