From f86187c48f5d84f6d7f60e22a02dfa0a5350c16e Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Tue, 7 Jul 2015 21:54:26 +0300 Subject: Improve Eclipse auto-complete experience for openTestURL 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: Icbdc2a9aa3b3fd10765aaf0b6fd8f4837c28a510 --- uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'uitest') diff --git a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java index edcd07ee89..842fcbb859 100644 --- a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java +++ b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java @@ -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 -- cgit v1.2.3