aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2012-05-09 18:05:58 -0700
committerBrett Chabot <brettchabot@android.com>2012-05-10 21:57:04 -0700
commit41b2b155ae49e696f71c65b8b30345663860127b (patch)
treec5053fda481894c1b4605baca4bc3651ab288f64 /src
parent131ae36bedb326432f4b830c12abfb1274cc391b (diff)
downloadjunit-41b2b155ae49e696f71c65b8b30345663860127b.tar.gz
Build junit for android.test.runner.
Build the junit classes that go into android.test.runner from external/junit, rather than having copies of the code in frameworks/base. Bug 5826326 Change-Id: I363d0788d4ac1890aef0aa5a7e867175f667b8d5
Diffstat (limited to 'src')
-rw-r--r--src/junit/runner/TestSuiteLoader.java3
-rw-r--r--src/junit/textui/package.html6
2 files changed, 7 insertions, 2 deletions
diff --git a/src/junit/runner/TestSuiteLoader.java b/src/junit/runner/TestSuiteLoader.java
index 75a96fe..9cc6d81 100644
--- a/src/junit/runner/TestSuiteLoader.java
+++ b/src/junit/runner/TestSuiteLoader.java
@@ -3,9 +3,8 @@ package junit.runner;
/**
* An interface to define how a test suite should be loaded.
*
- * // android-changed
- * @deprecated unused and not present in current upstream JUnit
*/
+// TODO: deprecate
public interface TestSuiteLoader {
abstract public Class load(String suiteClassName) throws ClassNotFoundException;
abstract public Class reload(Class aClass) throws ClassNotFoundException;
diff --git a/src/junit/textui/package.html b/src/junit/textui/package.html
new file mode 100644
index 0000000..723f2ae
--- /dev/null
+++ b/src/junit/textui/package.html
@@ -0,0 +1,6 @@
+<HTML>
+<BODY>
+Utility classes supporting the junit test framework.
+{@hide} - Not needed for 1.0 SDK
+</BODY>
+</HTML>