Class AbstractCollaborativeFormTestCommon
- java.lang.Object
-
- com.vaadin.testbench.TestBenchTestCase
-
- com.vaadin.collaborationengine.util.AbstractViewTest
-
- com.vaadin.collaborationengine.util.AbstractCollaborativeViewTest
-
- com.vaadin.collaborationengine.util.FieldHighlightUtil
-
- com.vaadin.collaborationengine.util.AbstractCollaborativeFormTestCommon
-
- All Implemented Interfaces:
com.vaadin.testbench.HasDriver,com.vaadin.testbench.HasElementQuery,com.vaadin.testbench.HasSearchContext,com.vaadin.testbench.HasTestBenchCommandExecutor
- Direct Known Subclasses:
AvatarGroupTestCommon,CollaborationBinderTestCommon,ConnectionActivationTestCommon,FieldHighlightTestCommon,ReattachFieldTestCommon
public abstract class AbstractCollaborativeFormTestCommon extends FieldHighlightUtil
Base class for tests that use theCollaborativeFormViewCommon.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractCollaborativeFormTestCommon.ClientState-
Nested classes/interfaces inherited from class com.vaadin.collaborationengine.util.AbstractCollaborativeViewTest
AbstractCollaborativeViewTest.Client
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractCollaborativeFormTestCommon.ClientStateclient1-
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 AbstractCollaborativeFormTestCommon()
-
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.voidinit()voidreset()-
Methods inherited from class com.vaadin.collaborationengine.util.FieldHighlightUtil
assertNoUserTags, assertUserTags, assertUserTags, getUserTagNames, getUserTags
-
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
-
-
-
-
Field Detail
-
client1
protected AbstractCollaborativeFormTestCommon.ClientState client1
-
-
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
-
init
public void init()
-
reset
public void reset()
-
-