summaryrefslogtreecommitdiffstats
path: root/test-runner/src/android/test/ProviderTestCase2.java
Commit message (Collapse)AuthorAgeFilesLines
* misc doc bug fixesScott Main2012-07-241-1/+1
| | | | Change-Id: I68963d79422e5cedb1726e91e9639860b13a2471
* Add getApplicationContext to the mock implementation.Makoto Onuki2010-09-071-1/+6
| | | | | | | | So that it'll be compatible with Loaders, which uses this method. (Otherwise MockContext.getApplicationContext(), which just throws an exception, will be used.) Change-Id: I529b60466cf086b514fcddbef4583d1c5b750b9c
* fix build breakageVasu Nori2010-08-041-1/+1
| | | | | | eclipse doesn't complain but our build does.. Change-Id: If0289b68e91e7eb2ae7a9b7bd90d5cb6b728e944
* add shutdown() to ContentProvider & call in ProviderTestCase*.tearDownVasu Nori2010-08-041-0/+12
| | | | Change-Id: I3dd69b6907d68b7c1184139f22297ab92337f043
* Javadoc for test case classesJoe Malin2010-06-291-16/+105
| | | | Change-Id: Ibfa035cfe9091a81fca8bd0a6c141ec26c2de139
* Add missing license notices on test classesKenny Root2010-03-121-0/+16
| | | | | | | | | | | | 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
* Retry test-runner tests move.Brett Chabot2010-02-201-0/+105
| | | | | This time change the frameworks makefile so it only includes test-runner/src in the public API.
* Revert "Move framework test-runner unit tests to be closer to their source."Brett Chabot2010-02-191-105/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-191-0/+105
Move the test-runner source into a separate src folder to accommodate the test move.