History log of /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/UiAutomatorTestRunner.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99937ceb604da144fd88c028d79fd3b2478f059d 20-Aug-2013 Guang Zhu <guangzhu@google.com> Tweak UI automator runner output format

For uncaught exceptions, output exception message as shortMsg

Change-Id: Ied019d3170a5afc9ebeab8251f66f69d9a9c2282
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/UiAutomatorTestRunner.java
71aebfa11443a9a04777cde3d9c7e29cdbb5d447 16-Apr-2013 Adam Momtaz <amomtaz@google.com> Fix for shell uiautomator to support monkey flag

Change-Id: I95f5e7567954940464c51289344ca53d7bd7d81f
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/UiAutomatorTestRunner.java
48c83ae3e5fc36138a412fc5854d543fffe80376 10-Apr-2013 Adam Momtaz <amomtaz@google.com> Allow for declaring a test as a monkey type test

This enables users to write tests that act like monkey and
at the same time allowing apps to react as if an android
monkey test is running.

bug: 8588857
Change-Id: I43ca663c2aac43658f5bb39eabe2d904d1e9009a
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/UiAutomatorTestRunner.java
cd08ab4b0d19e68cc1cf18396cb9076e828c1a63 31-Jan-2013 Guang Zhu <guangzhu@google.com> futher split of UI automator code base and refactoring

* library/core-src should use only public framework APIs and be
agnostic about shell based or instrumentation based test
runner plumbings
* Functions inside InteractionController that uses private APIs
are now delegated through UiAutomatorBridge
* ShellUiAutomatorBridge and OnDeviceUiAutomatorBridge are
refactored accordingly to call WindowManager and PowerManager,
and moved into shell specific and instrumentation specific
locations accordingly

Bug: 8112323

Change-Id: I79d8a0014e785af6d8d702473b1e568eeac6e652
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/UiAutomatorTestRunner.java
dab052728a27d1c4f1991762038b51e85281f5ea 31-Jan-2013 Guang Zhu <guangzhu@google.com> split the code of test runner and core into separate sub folders

This will serve as the basis for further changes to use the core
framework on top of alternative test runner.

Change-Id: I389cbc8e79a004144c95bc99f7d2a58521541781
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/UiAutomatorTestRunner.java