aboutsummaryrefslogtreecommitdiff
path: root/src/junit/swingui/TestRunContext.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/junit/swingui/TestRunContext.java')
-rw-r--r--src/junit/swingui/TestRunContext.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/junit/swingui/TestRunContext.java b/src/junit/swingui/TestRunContext.java
deleted file mode 100644
index 038e3c4..0000000
--- a/src/junit/swingui/TestRunContext.java
+++ /dev/null
@@ -1,21 +0,0 @@
-package junit.swingui;
-
-import javax.swing.ListModel;
-
-import junit.framework.Test;
-
-/**
- * The interface for accessing the Test run context. Test run views
- * should use this interface rather than accessing the TestRunner
- * directly.
- */
-public interface TestRunContext {
- /**
- * Handles the selection of a Test.
- */
- public void handleTestSelected(Test test);
- /**
- * Returns the failure model
- */
- public ListModel getFailures();
-} \ No newline at end of file