History log of /frameworks/testing/support/tests/src/android/support/test/internal/runner/TestRequestBuilderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
41d41dce8a720eacc151181dc8e9ef7f35f5d625 08-Aug-2014 Nick Korostelev <nkorsote@google.com> Merge "Fixed the ability to filter by multiple class/methods combinations" into lmp-dev
46da16c04518b0b6de9a89b6454aa7d089fbba72 26-Jul-2014 Nick Korostelev <nkorsote@google.com> Fixed the ability to filter by multiple class/methods combinations

bug: 16034525
Change-Id: Id8f81b09c51f66ffd6e77bb58d9684167b2e55ba
(cherry picked from commit d904d52274bafc1fd3928c6b428fed4717e30b4a)
/frameworks/testing/support/tests/src/android/support/test/internal/runner/TestRequestBuilderTest.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/internal/runner/TestRequestBuilderTest.java
2399765bd04b20d25d2ef52b821c13789cd3c981 25-Mar-2014 Brett Chabot <brettchabot@google.com> Fix running methods with dollar signs.

Bug: 13510976

Change-Id: I0001d5c2d085f3a3f07cbe41a89ed84234ad000d
/frameworks/testing/support/tests/src/android/support/test/internal/runner/TestRequestBuilderTest.java
ac6aefffc4296202d709cbe8bd160a15ffeccbaf 05-Feb-2014 Brett Chabot <brettchabot@google.com> Add SdkSuppress and RequiresDevice filtering annotations.

Bug: 12873809
Change-Id: If7211c19f7c8b8f896a3d0a151402cc4ecef038a
/frameworks/testing/support/tests/src/android/support/test/internal/runner/TestRequestBuilderTest.java
a1898a7e8a25d9044ac39179f6b3e72dc1e778de 21-Feb-2014 Brett Chabot <brettchabot@google.com> Don't report an error for empty test runs.

Tests are commonly run with size or other filters. It is incorrect to report
errors if a test package doesn't happen to have tests of the given size.
Plus '0 tests is not an error' is the InstrumentationTestRunner behavior.

Change-Id: Ifaa2abc6bffd57ff514277e8c7e4ddf33345023c
/frameworks/testing/support/tests/src/android/support/test/internal/runner/TestRequestBuilderTest.java
7701a9228ec5a64cd252b2bfbdcc8f4517bee210 21-Feb-2014 Adam Skory <skory@google.com> Add support for sharding to AndroidJunitRunner

Buckets tests based on their descriptors'
hashcodes.

Bug: 12929805
Change-Id: Ib4bf43a836a85cef7a1f6f1483eb82514bbf9009
/frameworks/testing/support/tests/src/android/support/test/internal/runner/TestRequestBuilderTest.java
e696b968bfe7521fe8c6623dbc466adb9b4302c9 28-Jan-2014 Brett Chabot <brettchabot@google.com> Support multiple notAnnotation values

Bug 12208088

Change-Id: Id2c8ec1215ee7b63d24072131eab227743d366ce
/frameworks/testing/support/tests/src/android/support/test/internal/runner/TestRequestBuilderTest.java
92486d33cdbabc6dd0f69db97d00864d3fc2da00 10-Jan-2014 Brett Chabot <brettchabot@google.com> Make android.support.test work with unmodified upstream junit.

Stop depending on proposed extenstion points to upstream JUnit.
Instead copy in necessary code to support JUnit3 annotation
filtering, and redo injection implementation to support nested
suites.

Also change the package name of tests.

Bug: 10749552

Change-Id: I1ff09d14afe02f265d4c9420b49f047c9c552eab
/frameworks/testing/support/tests/src/android/support/test/internal/runner/TestRequestBuilderTest.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/internal/runner/TestRequestBuilderTest.java