Stephan Linzner
b51617f466
Deprecated platform Android testing APIs
...
- Deprecated most android.test.* APIs
- Kept ProviderTestCase2 and LoaderTestCase since we don't have a
replacement yet
- Deprecated android.test.suitebuilder
- Added Javadoc to all deprecated APIs with links to corresponding
Android Testing Support Library APIs
- Removed all trailing whitespace
Bug: 22314304
Change-Id: I1b1f0dd5132364110f1dfd4e3eb2dd044700d859
2016-01-27 18:09:58 -08:00
Evan Charlton
73fca8ed2b
Fix some javadocs typos
...
"Delegating" was misspelled in various ways.
Change-Id: I7b441f1c33b7d876b8f82829fddc1eb017cce2d0
2015-03-02 07:07:05 -08:00
Dianne Hackborn
334d9aebc2
New ContentProvider initialization for testing.
...
Using this turns off app ops checks.
Change-Id: If29d4ca2fe9ddf1a1663d3a824b2f0afe7375862
2013-02-26 16:16:14 -08:00
Makoto Onuki
f6b979a04f
Fix UnsupportedOperationException from MockContext.
...
Added the new variant of openOrCreateDatabase to RenamingDelegatingContext too.
Bug 2739822
Change-Id: I65868d0975e0a0a87ade6b5a0d625b96676af0ba
2010-06-04 16:14:42 -07:00
Kenny Root
10362ab9d6
Add missing license notices on test classes
...
Change number and file origin info
34691-p9 frameworks/base/test-runner/src/android/test/ProviderTestCase2.java
48099-p9 frameworks/base/test-runner/src/android/test/RenamingDelegatingContext.java
40550-p9 frameworks/base/test-runner/src/android/test/BundlePrinter.java
87783-p9 frameworks/base/test-runner/src/android/test/IsolatedContext.java
34691-p9 frameworks/base/test-runner/src/android/test/ProviderTestCase.java
Change-Id: I1fea36db24e73f91ffdf43b84ff73be55478b53a
2010-03-12 11:14:55 -08:00
Brett Chabot
e70f61b116
Retry test-runner tests move.
...
This time change the frameworks makefile so it only includes test-runner/src
in the public API.
2010-02-20 17:29:05 -08:00
Brett Chabot
c1ca8c51c6
Revert "Move framework test-runner unit tests to be closer to their source."
...
This reverts commit 12093976a4 .
2010-02-19 10:31:05 -08:00
Brett Chabot
12093976a4
Move framework test-runner unit tests to be closer to their source.
...
Move the test-runner source into a separate src folder to accommodate the test
move.
2010-02-19 09:58:29 -08:00