History log of /frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
442abfa0f3e4ef244665ec20082c50d5cc6d4149 29-Jun-2013 Brett Chabot <brettchabot@google.com> Support -e package in AndroidJUnitRunner.

Bug 9624327

Change-Id: I63bde12e2d23a00e53f91c4e45a41e1f66b536f4
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
c5cb28fb607a88d9e24d56730880d361d86fbc4d 22-Mar-2013 Brett Chabot <brettchabot@android.com> am 9d96629f: am 8b328127: Merge "Fix incorrect test counts when filtering JUnit3 tests."

* commit '9d96629fbe9c732353fd58eef3fa4b4b9babd278':
Fix incorrect test counts when filtering JUnit3 tests.
4c88c2100e947576671cea794fca1f4fe3dc52f5 22-Mar-2013 Brett Chabot <brettchabot@android.com> Fix incorrect test counts when filtering JUnit3 tests.

Bug 8399471

Change-Id: I6613b1a7d3bdc670760c1618d900e6deb673c51a
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
0bef45b35662fbc5365166123a0d6638b06169d1 01-Mar-2013 Brett Chabot <brettchabot@android.com> Merge "Add InjectBundle annotation for JUnit4 tests."
e514756957cb44d88ceab42c53ef321e76e1368b 01-Feb-2013 Brett Chabot <brettchabot@google.com> Add InjectBundle annotation for JUnit4 tests.

This allows tests to receive arguments passed in on the command line.

A future commit will add similar functionality to JUnit3 tests.

DO NOT MERGE

Change-Id: I57fa52b73b8faf1179212778eb82c67ec5eed7b0
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
137fd28ddb6e5b203378c93c48947d65fb6bbc50 01-Mar-2013 Kenny Root <kroot@google.com> am 5fb28ffc: am 2845dc24: Merge "Add support for JUnit4 Parameterized tests"

* commit '5fb28ffc233c0d23e0a211f30ac2f2b9a1aafbb1':
Add support for JUnit4 Parameterized tests
596c213fe3d9b8035ceb868b23cebc39dc2a3636 01-Mar-2013 Kenny Root <kroot@google.com> Add support for JUnit4 Parameterized tests

JUnit4 tests have names with "[#]" appended on the end. Added a custom
matcher for those cases.

Change-Id: I5885bb5b65a014810d38a76e96993c3f839ba4b3
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
02693f872930994fffc46c600927cac3a2f82e6d 09-Feb-2013 Brett Chabot <brettchabot@google.com> Fix mockito/dexmaker with android-test-lib interaction.

Set the dexmaker cache property.
Exclude classpath scanning of mockito and dexmaker classes. Test packages
that included mockito and dexmaker would take longer to scan without
this change.

Change-Id: Ic927c0a059b3225e157cd6d27cafa1abc253e5eb
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
fc37a0172db7197e6e0702dfa9bfdd6bed1947b1 01-Feb-2013 Brett Chabot <brettchabot@google.com> Add InjectBundle annotation for JUnit4 tests.

This allows tests to receive arguments passed in on the command line.

A future commit will add similar functionality to JUnit3 tests.

Change-Id: I57fa52b73b8faf1179212778eb82c67ec5eed7b0
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
9dba8dea5781124be4e0848adba21215e622052f 29-Oct-2012 Brett Chabot <brettchabot@google.com> Add support for 'suiteAssignment' arg.

Change-Id: I9e5de0a77d3712e228861294a2236e4875cd8013
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
f1b61e2846c7475a54472f6f82adaea231a35b0c 29-Oct-2012 Brett Chabot <brettchabot@google.com> Add support for 'suiteAssignment' arg.

Change-Id: I9e5de0a77d3712e228861294a2236e4875cd8013
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
16522ab7fbaaa627c2c51cfc1339c2248af6df1b 24-Aug-2012 Brett Chabot <brettchabot@google.com> Add support for annotation and notAnnotation args.

Also filter out tests with @Suppress.

Change-Id: Id9243c6b73dc7c6769d31301186f955b2d86fb93
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
3604db5bcd124dfd1396fb51434d3f4337690cff 17-Aug-2012 Brett Chabot <brettchabot@google.com> Add support for 'logOnly' mode.

Also refactor runner classes into junit3 and junit4 packages.

Change-Id: I205b481d9b158e9e2c761e6917d471655b898d16
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
cebe48ef03abf67e1957a8df4574c79191a5c482 17-Aug-2012 Brett Chabot <brettchabot@google.com> Make TestRequestBuilder#build public.

Keeping this method package-private caused some unit tests to fail on latest
Android platform. Plus since class is public, didn't make sense to make it
package-private.

Change-Id: Id510cfd6e8ea10efd1c26635b9912ffe04c381c7
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
5e6ca275201fea0fd0316fb15bc7d0248e224b2c 14-Aug-2012 Brett Chabot <brettchabot@google.com> Cherry pick: Support test size annotations in android-test-lib.

Change-Id: Idb2b1d0249f84ca789c6339db03384b3cb3f87ab
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
0e1d66fcd74344182e3bfca913744b1a66e7a188 29-Jun-2012 Brett Chabot <brettchabot@android.com> Add support for running individual test methods.

Also report results for ignored tests.

Change-Id: Ic7f8e8ff35beb2dfd98cdc4e516058bf2286ec60
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
53196f43b44ff02da07c243798168d7e5614ec34 15-Apr-2012 Brett Chabot <brettchabot@android.com> Inject Contexts and Instrumentations into tests.

Bug 5826326

Change-Id: If17de0320413eb3df085e079ef9cdee9a16c424f
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java
bb23e68d4dc19a37df318b8d169e3dfd0dd1c20e 03-Apr-2012 Brett Chabot <brettchabot@android.com> Initial commit for androidtestlib.

Currently includes an experimental runner for JUnit4 tests.

Bug 5826326

Change-Id: Icdd2cd7fcc8d0cdf4a69afdd775b443797adbb0b
/frameworks/testing/androidtestlib/src/com/android/test/runner/TestRequestBuilder.java