summaryrefslogtreecommitdiffstats
path: root/test-runner/junit/runner/TestCollector.java
diff options
context:
space:
mode:
Diffstat (limited to 'test-runner/junit/runner/TestCollector.java')
-rw-r--r--test-runner/junit/runner/TestCollector.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/test-runner/junit/runner/TestCollector.java b/test-runner/junit/runner/TestCollector.java
deleted file mode 100644
index 208dccd..0000000
--- a/test-runner/junit/runner/TestCollector.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package junit.runner;
-
-import java.util.*;
-
-
-/**
- * Collects Test class names to be presented
- * by the TestSelector.
- * @see TestSelector
- * {@hide} - Not needed for 1.0 SDK
- */
-public interface TestCollector {
- /**
- * Returns an enumeration of Strings with qualified class names
- */
- public Enumeration collectTests();
-}