Class AbstractCollaborativeViewTest
java.lang.Object
com.vaadin.testbench.TestBenchTestCase
com.vaadin.collaborationengine.util.AbstractViewTest
com.vaadin.collaborationengine.util.AbstractCollaborativeViewTest
- All Implemented Interfaces:
com.vaadin.testbench.HasDriver,com.vaadin.testbench.HasElementQuery,com.vaadin.testbench.HasSearchContext,com.vaadin.testbench.HasTestBenchCommandExecutor
- Direct Known Subclasses:
CollaborationAvatarInDialogTestCommon,FieldHighlightUtil,MessageListTestCommon,SystemContextTestCommon
Helpers for adding multiple "collaborating" browsers to a test.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWeb driver wrapper with the TestBench query methods. -
Field Summary
FieldsFields inherited from class com.vaadin.collaborationengine.util.AbstractViewTest
isHeadless, isHub, isLocal, isSauce, ruleFields inherited from class com.vaadin.testbench.TestBenchTestCase
driver, maxAttempts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOpens a new TestBench client.protected voidclose(com.vaadin.testbench.TestBenchTestCase client) voidMethods inherited from class com.vaadin.collaborationengine.util.AbstractViewTest
assertThemePresentOnElement, close, createDriver, getRootElement, getRoute, getURL, getURL, refresh, setupMethods inherited from class com.vaadin.testbench.TestBenchTestCase
concatUrl, executeScript, findElement, findElements, getCommandExecutor, getContext, getDriver, setDriver, testBench, waitUntil, waitUntil, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.testbench.HasElementQuery
$, $
-
Field Details
-
addedClients
-
-
Constructor Details
-
AbstractCollaborativeViewTest
public AbstractCollaborativeViewTest()
-
-
Method Details
-
addClient
Opens a new TestBench client. It has theHasElementQuery.$(Class)method for querying elements.- Throws:
Exception
-
closeBrowsers
public void closeBrowsers() -
close
protected void close(com.vaadin.testbench.TestBenchTestCase client)
-