diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-03-27 13:52:46 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-03-28 08:55:13 +0000 |
commit | 3775a7ff907bdf59a1007ba61c97d8548b6e4535 (patch) | |
tree | eaf1ab7875537cc479abf49ed874810842e7c99c /uitest/src/com/vaadin/tests/tb3/WebsocketTest.java | |
parent | 29e7df26ad034eacdbf37fc03985873aabda6576 (diff) | |
download | vaadin-framework-3775a7ff907bdf59a1007ba61c97d8548b6e4535.tar.gz vaadin-framework-3775a7ff907bdf59a1007ba61c97d8548b6e4535.zip |
Added categories inclusion and exclusion feature to TB3TestSuite.
Added test category annotation.
Added default values for properties.
Added categories to tests.
Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8
Diffstat (limited to 'uitest/src/com/vaadin/tests/tb3/WebsocketTest.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/tb3/WebsocketTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java b/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java index e9ef11957c..69a06a561a 100644 --- a/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java +++ b/uitest/src/com/vaadin/tests/tb3/WebsocketTest.java @@ -25,6 +25,7 @@ import java.util.List; import org.openqa.selenium.remote.DesiredCapabilities; +import com.vaadin.tests.annotations.TestCategory; import com.vaadin.tests.tb3.MultiBrowserTest.Browser; /** @@ -33,6 +34,7 @@ import com.vaadin.tests.tb3.MultiBrowserTest.Browser; * * @author Vaadin Ltd */ +@TestCategory("push") public abstract class WebsocketTest extends PrivateTB3Configuration { private static List<DesiredCapabilities> websocketBrowsers = new ArrayList<DesiredCapabilities>(); static { |