summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-03-14 16:30:31 +0200
committerArtur Signell <artur@vaadin.com>2013-03-14 16:32:00 +0200
commit781fc2a5e8e213b4d135de13c9b1c2a185eec025 (patch)
treeccb97fd56f9472fbe2731ced4393063edc2f863f
parenta9d93e91ad4c70272c0714f4b92032800100a6af (diff)
downloadvaadin-framework-781fc2a5e8e213b4d135de13c9b1c2a185eec025.tar.gz
vaadin-framework-781fc2a5e8e213b4d135de13c9b1c2a185eec025.zip
Deprecated TestBase to avoid new tests which are LegacyApplications
Change-Id: Ic4bc242b6d2707e7a856256ca7eeddc4efd9eb83
-rw-r--r--uitest/src/com/vaadin/tests/components/TestBase.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/TestBase.java b/uitest/src/com/vaadin/tests/components/TestBase.java
index d267d80669..15f39f6e5d 100644
--- a/uitest/src/com/vaadin/tests/components/TestBase.java
+++ b/uitest/src/com/vaadin/tests/components/TestBase.java
@@ -6,6 +6,12 @@ import com.vaadin.ui.Label;
import com.vaadin.ui.LegacyWindow;
import com.vaadin.ui.VerticalLayout;
+/**
+ *
+ * @deprecated Use {@link AbstractTestUI} or {@link AbstractTestUIWithLog}
+ * instead. TestBase is a LegacyApplication
+ */
+@Deprecated
public abstract class TestBase extends AbstractTestCase {
@Override