summaryrefslogtreecommitdiffstats
path: root/test-runner/src/junit/runner/TestCaseClassLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade junit.runner classes to their JUnit4.10 implementation.Brett Chabot2012-04-111-201/+201
| | | | | | Bug 5826326 Change-Id: If7e4c48a4369c1056dee5a2049c891bb6ab7d8d0
* Retry test-runner tests move.Brett Chabot2010-02-201-0/+225
| | | | | 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-225/+0
| | | | This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
* Move framework test-runner unit tests to be closer to their source.Brett Chabot2010-02-191-0/+225
Move the test-runner source into a separate src folder to accommodate the test move.