summaryrefslogtreecommitdiffstats
path: root/test-runner/src/android/test/ActivityTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Prevent ActivityTestCase from erasing constants.Dmitri Plotnikov2011-01-071-7/+9
| | | | | | | | If you test case is declaring a non-primitive constant, this method would clear out the constant between individual tests. Change-Id: I570f2bbbbbb0a170bf63b7473b4aaf84869e93e0
* Retry test-runner tests move.Brett Chabot2010-02-201-0/+82
| | | | | 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-82/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-191-0/+82
Move the test-runner source into a separate src folder to accommodate the test move.