summaryrefslogtreecommitdiff
path: root/core/java/android/test/InstrumentationTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Move android.test classes from core/java to legacy-test/srcPaul Duffin2016-12-081-369/+0
| | | | | | Bug: 30188076 Test: make checkbuild Change-Id: Ifa291909fcf47da788627b496bd72f54efd78ed7
* Deprecated platform Android testing APIsStephan Linzner2016-01-271-1/+7
| | | | | | | | | | | | | - 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
* Added RepetitiveTest annotation and test runner supportJack Wang2010-10-191-5/+21
| | | | Change-Id: I7bf0871ede6dd69512c6b6ea3484693ba5b78e89
* New test on ContextMenuInfo packed positions.Gilles Debunne2010-02-251-4/+4
| | | | | | | | With and without headers. Non regression test for bug http://b/issue?id=1778239 Change-Id: I0235528ac6f8394292bac35f2350f3d5be1e4df7
* Added View#dispatchViewVisibilityChanged and ↵Adam Powell2009-12-101-36/+0
| | | | | | View#onDispatchVisibilityChanged; updated api; tests Reverted a change to InstrumentationTestCase that would have allowed @UiThreadTest on setUp() methods of tests.
* Fix crash with @UiThreadTest in InstrumentationTestCase.Romain Guy2009-12-101-1/+1
|
* Add support for @UiThreadTest on setUp() and tearDown() in ↵Romain Guy2009-12-101-0/+36
| | | | InstrumentationTestCase.
* Fix bug 1546445: Correct spelling errors in APIJack Wang2009-08-251-1/+15
| | | | | - InstrumentationTestCase.injectInsrumentation - AndroidTestRunner.setInstrumentaiton
* Fix bug 1927213 test failures.Dianne Hackborn2009-06-181-3/+21
| | | | | | 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.)
* AI 147167: am: CL 147162 Emphasize in the javadoc that the "pkg" parameters toAndy Stadler2009-04-211-0/+9
| | | | | | | | | | | | | 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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+306
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-306/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-5/+51
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+260