summaryrefslogtreecommitdiffstats
path: root/test-runner/src/android/test/suitebuilder
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Remove unused performance tests.Jesse Wilson2010-12-213-11/+6
| | | | Change-Id: I5a252e314831716f99ce5fbb32d983c7473ee787
* Add test runner log when test case class is not loaded.Brett Chabot2010-04-231-1/+7
| | | | | | | | | | | The test runner will only load TestCase classes that have a public constructor with either no params or a single String parameter. This is fairly subtle behavior and can be difficult to catch. This change adds a log message when a TestCase class is not loaded, and adds some associated unit tests. Change-Id: I6fc63e4179c949620f5773e0ae134f99905a6fb2
* Retry test-runner tests move.Brett Chabot2010-02-2013-0/+1000
| | | | | 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-1913-1000/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-1913-0/+1000
Move the test-runner source into a separate src folder to accommodate the test move.