summaryrefslogtreecommitdiffstats
path: root/test-runner/src/junit/textui
Commit message (Collapse)AuthorAgeFilesLines
* Delete duplicate copies of junit source.Brett Chabot2012-05-092-345/+0
| | | | | | Bug 5826326 Change-Id: Ie361b3778076686c5a59d8392aadb8c86a9ae981
* Upgrade junit.runner classes to their JUnit4.10 implementation.Brett Chabot2012-04-112-293/+307
| | | | | | Bug 5826326 Change-Id: If7e4c48a4369c1056dee5a2049c891bb6ab7d8d0
* Retry test-runner tests move.Brett Chabot2010-02-203-0/+337
| | | | | 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-193-337/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-193-0/+337
Move the test-runner source into a separate src folder to accommodate the test move.