| 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
|
| |
|
|
| |
Change-Id: I89d9fd64dc22c90680bb05415cc966c255165af9
|
| |
|
|
| |
Change-Id: I1b43414aaec8ea217b39a0d780c80a25409d0991
|
| |
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
- Added includeDetailedStats metadata to TimedTest for collecting additional
metrics like memory usage and binder transactions
- Added PerformanceCollectorTestCase interface for hard-typing test class as
performance test while still able to inherit from instrumenation test classes
- Reverted previous changes to PerformanceTestBase, will deprecate
PerformanceTestBase/Case in a future CL
- Removed 'performance.' prefix from keys written to instrumentation output
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ For bug 1810508
- Added PerformanceCollector class to collect runtime and memory usage data
* Moved performance snapshotting from Intrumentation to PerformanceCollector
- Added PerformanceResultsWriter interface which defines functions for
reporting performance data
+ Framework integration
- Added TimedTest annotation to automatically time tests and write results
to instrumentation output
- Modified PerformanceTestBase to add collection hooks and wrapper methods
- Modified WatcherResultPrinter in InstrumentationTestRunner to implement
PerformanceResultsWriter for instrumentation output of performance data
- Modified InstrumentationTestRunner and AndroidTestRunner to pass writer
instance to test
|
| |
|
|
|
| |
- 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.)
|
| |
|
|
| |
for launching activities and accessing ContentProviders.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| |
|