History log of /frameworks/testing/support/tests/src/android/support/test/runner/AndroidJUnitRunnerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7a552ffc0bce492a7b87755490f3df7490dc357c 12-Sep-2014 Nick Korostelev <nkorsote@google.com> Removed bogus Looper.prepare() from onStart(). (DO NOT MERGE)

The instrumentation thread for JUnit tests is not a Looper. It calculates all tests that need to be executed, executes them, and exits, ending the instrumentation.

Bug: 17418699

Change-Id: Idcfdd3369472e01996bfae5564b6cb70c3eb7724
/frameworks/testing/support/tests/src/android/support/test/runner/AndroidJUnitRunnerTest.java
4771553b614aa042d8456df1dd73aae761c106d8 21-Jun-2014 Nick Korostelev <nkorsote@google.com> Adding support for loading classes/methods from file

Added testFile argument to AndroidJunitRunner which allows to run all tests listed in a file:
adb shell am instrument -w -e testFile /sdcard/tmp/testFile.txt com.android.foo/com.android.test.runner.AndroidJUnitRunner

The file should contain a list of line separated test classes and methods.

bug: 16031984

Change-Id: Idf3e5e12f65ed670f31dad54bf3f0e303114c755
(cherry picked from commit da785cf4556f8bfc347c8118b42c74dc0ec59f58)
/frameworks/testing/support/tests/src/android/support/test/runner/AndroidJUnitRunnerTest.java
a9407644f9c2d397b473b45775991cffcafa192f 04-Dec-2013 Brett Chabot <brettchabot@google.com> Change android-test-lib package namespace to android.support.test

Also move private API classes to internal package

Bug: 10749552

Change-Id: I8561ab68872a4fb6e912f95c40a11c2cb7f18dd8
/frameworks/testing/support/tests/src/android/support/test/runner/AndroidJUnitRunnerTest.java