]> source.dussan.org Git - vaadin-framework.git/commitdiff
Improve Eclipse auto-complete experience for openTestURL
authorLeif Åstrand <leif@vaadin.com>
Tue, 7 Jul 2015 18:54:26 +0000 (21:54 +0300)
committerLeif Åstrand <leif@vaadin.com>
Tue, 7 Jul 2015 18:54:26 +0000 (21:54 +0300)
Selecting the varags method for auto completion will annoyingly create
suggest passing parameters to the method, which is rarely what you want
to do.

Change-Id: I14a82daffde15839e84da626c77f81b33efec90f

uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java

index edcd07ee896bb78510d39f665f61645b919abd16..842fcbb859b01e36c5ecfc58471f2446f6ec300a 100644 (file)
@@ -235,6 +235,15 @@ public abstract class AbstractTB3Test extends ParallelTest {
         waitUntilRowIsVisible(table, rowToWait);
     }
 
+    /**
+     * Opens the given test (defined by {@link #getTestUrl()}, optionally with
+     * debug window and/or push (depending on {@link #isDebug()} and
+     * {@link #isPush()}.
+     */
+    protected void openTestURL() {
+        openTestURL(new String[0]);
+    }
+
     /**
      * Opens the given test (defined by {@link #getTestUrl()}, optionally with
      * debug window and/or push (depending on {@link #isDebug()} and