| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Bug: 30188076
Test: make checkbuild
Change-Id: Ifa291909fcf47da788627b496bd72f54efd78ed7
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
This test shows up in CTS reports nearly 1000 times!!!
Change-Id: I6ed8006a623a49790ed9c336f01e8250a831b1ac
|
| |
|
|
|
|
|
|
|
|
|
|
| |
AndroidTestCase.scrubClass() is quite aggressive, and would end up
clearing out final fields like these:
private static final byte[] TEST_DATA = new byte[1];
This change updates the logic to match InstrumentationCoreTestRunner
in the cleanup() method.
Change-Id: Iba455ea35b2628473ce0ccc1431ab47c1caad45c
|
| |
|
|
| |
Change-Id: I5aa6967981824f3291daef915453fe7420cfed9e
|
| | |
|
| |
|
|
| |
for launching activities and accessing ContentProviders.
|
| | |
|
| | |
|
| |
|