summaryrefslogtreecommitdiffstats
path: root/test-runner/android/test/ActivityInstrumentationTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Retry test-runner tests move.Brett Chabot2010-02-201-97/+0
| | | | | 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-0/+97
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-191-97/+0
| | | | | Move the test-runner source into a separate src folder to accommodate the test move.
* Modify ActivityInstrumentationTestCase2 to not require hardcoded package name.Brett Chabot2010-02-121-13/+11
| | | | | | Deprecate old constructor. Bug 2440167
* AI 147169: am: CL 147167 am: CL 147162 Emphasize in the javadoc that the ↵Andy Stadler2009-04-211-2/+10
| | | | | | | | | | | | | | | | "pkg" parameters to 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/... Original author: android-build Automated import of CL 147169
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+91
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-91/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+5
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+86