From 7b25b3886ea95bc6495506fbe9472e45fcbde684 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 30 Aug 2012 17:24:36 +0300 Subject: Renamed tests -> uitest and tests/testbench -> uitest/src (#9299) --- .../com/vaadin/tests/debug/DebugWindowPresent.html | 106 +++++++++++++++++++++ .../com/vaadin/tests/debug/DebugWindowPresent.java | 22 +++++ 2 files changed, 128 insertions(+) create mode 100644 uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html create mode 100644 uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java (limited to 'uitest/src/com/vaadin/tests/debug') diff --git a/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html b/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html new file mode 100644 index 0000000000..11640ef6c3 --- /dev/null +++ b/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.html @@ -0,0 +1,106 @@ + + + + + + +CssLayoutRemoveComponent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CssLayoutRemoveComponent
open/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&debug&otherparam
assertElementPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
open/run/com.vaadin.tests.debug.DebugWindowPresent?debug&restartApplication
assertElementPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
open/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication
assertElementNotPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
open/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&mode=debug
assertElementNotPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
open/run/com.vaadin.tests.debug.DebugWindowPresent?nodebug&restartApplication
assertElementNotPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
open/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&nodebug
assertElementNotPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
open/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&debug=quiet
assertElementNotPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
open/run/com.vaadin.tests.debug.DebugWindowPresent?debug=quiet&restartApplication
assertElementNotPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
open/run/com.vaadin.tests.debug.DebugWindowPresent?restartApplication&debug=quiet#/asdf
assertElementNotPresentvaadin=runcomvaadintestsdebugDebugWindowPresent::Root/VDebugConsole[0]
+ + diff --git a/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java b/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java new file mode 100644 index 0000000000..3e04d27628 --- /dev/null +++ b/uitest/src/com/vaadin/tests/debug/DebugWindowPresent.java @@ -0,0 +1,22 @@ +package com.vaadin.tests.debug; + +import com.vaadin.tests.components.TestBase; + +public class DebugWindowPresent extends TestBase { + + @Override + protected void setup() { + // Nothing to set up + } + + @Override + protected String getDescription() { + return "The debug window should be present with &debug present in the url, but not othervise"; + } + + @Override + protected Integer getTicketNumber() { + return Integer.valueOf(7555); + } + +} -- cgit v1.2.3