diff options
author | Henri Sara <hesara@vaadin.com> | 2016-06-07 13:14:29 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-08-17 12:13:50 +0000 |
commit | 3816d34daaf9eca4b3b591b79309a98796b3a4da (patch) | |
tree | 9a478b861310c00cdc750790120d9eea56a2a580 /uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java | |
parent | c89f50eb801a903ec28c8618cf30ae31b9184c8f (diff) | |
download | vaadin-framework-3816d34daaf9eca4b3b591b79309a98796b3a4da.tar.gz vaadin-framework-3816d34daaf9eca4b3b591b79309a98796b3a4da.zip |
Create module uitest-common
This module will contain most of the classes shared between uitest
and integration test modules.
Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5
Diffstat (limited to 'uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java')
-rw-r--r-- | uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java b/uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java index eb1b714776..efac8477ff 100644 --- a/uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java +++ b/uitest/src/test/java/com/vaadin/tests/integration/AbstractServletIntegrationTest.java @@ -25,6 +25,7 @@ import org.junit.runner.RunWith; import org.junit.runners.Parameterized.Parameters; import com.vaadin.testbench.elements.TableElement; +import com.vaadin.tests.tb3.ParameterizedTB3Runner; /** * Base class for servlet integration tests. Automatically prepends "/demo" to |