summaryrefslogtreecommitdiffstats
path: root/test-runner/src/junit
Commit message (Collapse)AuthorAgeFilesLines
* Tabs -> spaces in frameworks/base.John Spurlock2014-02-251-1/+1
| | | | Change-Id: I5a84e8e93ac99b5ed0212b37bf66efa5e53864be
* Remove unused imports from frameworks/base.John Spurlock2013-11-202-3/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Delete duplicate copies of junit source.Brett Chabot2012-05-097-756/+0
| | | | | | Bug 5826326 Change-Id: Ie361b3778076686c5a59d8392aadb8c86a9ae981
* Upgrade junit.runner classes to their JUnit4.10 implementation.Brett Chabot2012-04-1115-772/+808
| | | | | | Bug 5826326 Change-Id: If7e4c48a4369c1056dee5a2049c891bb6ab7d8d0
* Test runner cleanup: delete unused old classes.Brett Chabot2011-06-012-0/+0
| | | | Change-Id: Iaaabd47d4074f936a811fc1b6575088d70842564
* Retry test-runner tests move.Brett Chabot2010-02-2021-0/+1245
| | | | | 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-1921-1245/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-1921-0/+1245
Move the test-runner source into a separate src folder to accommodate the test move.