summaryrefslogtreecommitdiffstats
path: root/test-runner/src/android/test/ActivityUnitTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Log exception when creating Activity in ActivityUnitTestCase.Filip Gruszczynski2014-10-031-4/+9
| | | | | | | If the creation of an Activity fails, it is impossible to determine what went wrong. We should log the exception immediately before failing on assert. Change-Id: Ie6cbe87ff342b8d60989f5e1a6ffa3efc058c585
* Time to remove some old APIs!Dianne Hackborn2010-12-141-1/+0
| | | | Change-Id: I73ca23b0d5c7971a00dfa05357f9b630d9b6ebc8
* Retry test-runner tests move.Brett Chabot2010-02-201-0/+340
| | | | | 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-340/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-191-0/+340
Move the test-runner source into a separate src folder to accommodate the test move.