summaryrefslogtreecommitdiff
path: root/test-runner/src/junit/runner/LoadingTestCollector.java
AgeCommit message (Collapse)Author
2016-11-22Move JUnit classes from here into external/junitPaul Duffin
Checked that android.test.runner had the same classes in as before the change. These classes are legacy 3.8.1 classes, they are not in 4.10 at all. They appear to have been left here by accident. Looking at the history it appears that at one time there were copies of JUnit 3.8.1 junit.runner classes in frameworks and external/junit. The classes here were upgraded to 4.10 but even though these classes had been deleted immediately after 3.8.2 was released they were not removed, instead they appear to have been reformatted as part of the upgrade. The external/junit source was upgraded to 4.10 about two weeks later which seems to have been done correctly. About three months after that the classes here that were duplicates of those in external/junit were removed from here leaving the legacy classes from 3.8.1. I could not find any usages of these classes and they are not in the public API so they can probably be removed altogether. However, for now I will simply move them into external/junit as described and remove them when upgrading JUnit there to 4.12. Bug: 30188076 Test: Built android.test.runner and checkapi Change-Id: I88687889315c041d999fe7e61b9652ac8406165c
2013-11-20Remove unused imports from frameworks/base.John Spurlock
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
2012-04-11Upgrade junit.runner classes to their JUnit4.10 implementation.Brett Chabot
Bug 5826326 Change-Id: If7e4c48a4369c1056dee5a2049c891bb6ab7d8d0
2010-02-20Retry test-runner tests move.Brett Chabot
This time change the frameworks makefile so it only includes test-runner/src in the public API.
2010-02-19Revert "Move framework test-runner unit tests to be closer to their source."Brett Chabot
This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
2010-02-19Move framework test-runner unit tests to be closer to their source.Brett Chabot
Move the test-runner source into a separate src folder to accommodate the test move.