| 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
|
| |
|
|
| |
Change-Id: I7bf0871ede6dd69512c6b6ea3484693ba5b78e89
|
| |
|
|
|
|
|
|
| |
With and without headers.
Non regression test for bug
http://b/issue?id=1778239
Change-Id: I0235528ac6f8394292bac35f2350f3d5be1e4df7
|
| |
|
|
|
|
| |
View#onDispatchVisibilityChanged; updated api; tests
Reverted a change to InstrumentationTestCase that would have allowed @UiThreadTest on setUp() methods of tests.
|
| | |
|
| |
|
|
| |
InstrumentationTestCase.
|
| |
|
|
|
| |
- InstrumentationTestCase.injectInsrumentation
- AndroidTestRunner.setInstrumentaiton
|
| |
|
|
|
|
| |
Eat the security exception that is now thrown by the window manager to
retain the old behavior for tests. (We still need to throw the
exception from the WM for the new permission tests.)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
InstrumentationTestCase and its descendants should be the
package manager package name (not the java package name, and
not the test package) of the package holding the Activity
under test.
Added similar notations to the ApiDemos call sites.
JAVADOC ONLY - should be safe change for cupcake sdk.
Original author: stadler
Merged from: //branches/cupcake/...
Automated import of CL 147167
|
| | |
|
| | |
|
| | |
|
| |
|