History log of /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/RunTestCommand.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a90a115409fe406e465a2a8431108791d4181502 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/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/RunTestCommand.java
c27feb6391e861dfc3cb0f6f75c882889cc01077 14-Dec-2012 Maxim Siniavine <siniavine@google.com> Merge "Added simplified output to UiAutomator tests." into jb-mr1.1-dev
371c2d5a2eada06103eda4a9463145603e17bd76 12-Dec-2012 Maxim Siniavine <siniavine@google.com> Added simplified output to UiAutomator tests.

UiAutomator tests can produce output that is exactly the same
as JUnit output.

Bug: 7516989
Change-Id: I337acd177eccc75ac76836d7ec9192a1abd33bac
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/RunTestCommand.java
cd7cbc5bdbed6f222346ad62fe017c4c538389e6 07-Dec-2012 Maxim Siniavine <siniavine@google.com> Added support for dynamic test discovery.

UiAutomator command line is now able to look inside jar files
and automatically find classes which have tests to run.

Bug: 7517858
Change-Id: I3218f0b18e23df2b135d970a6c0ee04115d2ef4f
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/RunTestCommand.java
a7c48a3c03b1daa15cb9bdbb95a5dded7bbbe1a8 28-Sep-2012 Guang Zhu <guangzhu@google.com> fix help messages for uiautomator

* added detection for not having enough params for 'runtest'
sub command
* changed bracket styling in runtest usage to distinguish
between required and optional parameters

Bug: 7198214
Change-Id: I8fda681d2e21c5b870e2a1a0070220468eb34c10
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/RunTestCommand.java
2491b47c6e86523a7b373cc4d5aeaa5fc7be609d 19-Jun-2012 Guang Zhu <guangzhu@google.com> implement a sub command mechanism for uiautomator

Currently uiautomator is a simple test runner. To consolidate
multiple functions into it, the command is refactored with a sub
command mechanism that allows more extensions.

Existing UiAutomator class is changed into a sub command
implementation RunTestCommand. A new Launcher class is added
as a generic launcher for various subcommands and help info. The
uiautomator shell script also have some changes to special-case
the 'runtest' subcommand, mainly for things that cannot be
achieved in Java code (setting signal trap and classpath)

Change-Id: Ib3e3b4a5c101fedf396e8094d5734803affa03fa
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/RunTestCommand.java