aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/tests/components/AbstractTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/tests/components/AbstractTestCase.java')
-rw-r--r--src/com/vaadin/tests/components/AbstractTestCase.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/com/vaadin/tests/components/AbstractTestCase.java b/src/com/vaadin/tests/components/AbstractTestCase.java
deleted file mode 100644
index 6653f0ca7f..0000000000
--- a/src/com/vaadin/tests/components/AbstractTestCase.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package com.vaadin.tests.components;
-
-import com.vaadin.Application;
-
-public abstract class AbstractTestCase extends Application {
-
- protected abstract String getDescription();
-
- protected abstract Integer getTicketNumber();
-
-}