Package com.vaadin.collaborationengine
Class CollaborationAvatarInDialogTestCommon
- java.lang.Object
-
- com.vaadin.testbench.TestBenchTestCase
-
- com.vaadin.collaborationengine.util.AbstractViewTest
-
- com.vaadin.collaborationengine.util.AbstractCollaborativeViewTest
-
- com.vaadin.collaborationengine.CollaborationAvatarInDialogTestCommon
-
- All Implemented Interfaces:
com.vaadin.testbench.HasDriver,com.vaadin.testbench.HasElementQuery,com.vaadin.testbench.HasSearchContext,com.vaadin.testbench.HasTestBenchCommandExecutor
public class CollaborationAvatarInDialogTestCommon extends AbstractCollaborativeViewTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.collaborationengine.util.AbstractCollaborativeViewTest
AbstractCollaborativeViewTest.Client
-
-
Field Summary
-
Fields inherited from class com.vaadin.collaborationengine.util.AbstractCollaborativeViewTest
addedClients
-
Fields inherited from class com.vaadin.collaborationengine.util.AbstractViewTest
rule
-
-
Constructor Summary
Constructors Constructor Description CollaborationAvatarInDialogTestCommon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRoute()Get the route of the view to navigate to.voidwhenAvatarGroupIsDetachedThenUserIsRemovedFromTopic()-
Methods inherited from class com.vaadin.collaborationengine.util.AbstractCollaborativeViewTest
addClient, close, closeBrowsers
-
Methods inherited from class com.vaadin.collaborationengine.util.AbstractViewTest
assertThemePresentOnElement, close, createHeadlessChromeDriver, getRootElement, getURL, getURL, refresh, setup, setupClass
-
Methods inherited from class com.vaadin.testbench.TestBenchTestCase
concatUrl, executeScript, findElement, findElements, getCommandExecutor, getContext, getDriver, setDriver, testBench, waitUntil, waitUntil, wrap
-
-
-
-
Method Detail
-
getRoute
public java.lang.String getRoute()
Description copied from class:AbstractViewTestGet the route of the view to navigate to. In most cases it should be the same as the value in the@Routeannotation of the view.- Specified by:
getRoutein classAbstractViewTest
-
whenAvatarGroupIsDetachedThenUserIsRemovedFromTopic
public void whenAvatarGroupIsDetachedThenUserIsRemovedFromTopic()
-
-