Package com.vaadin.collaborationengine
Class FieldHighlightTestCommon
- 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
-
- com.vaadin.collaborationengine.FieldHighlightTestCommon
-
- All Implemented Interfaces:
com.vaadin.testbench.HasDriver,com.vaadin.testbench.HasElementQuery,com.vaadin.testbench.HasSearchContext,com.vaadin.testbench.HasTestBenchCommandExecutor
public class FieldHighlightTestCommon extends AbstractCollaborativeFormTestCommon
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vaadin.collaborationengine.util.AbstractCollaborativeFormTestCommon
AbstractCollaborativeFormTestCommon.ClientState
-
Nested classes/interfaces inherited from class com.vaadin.collaborationengine.util.AbstractCollaborativeViewTest
AbstractCollaborativeViewTest.Client
-
-
Field Summary
-
Fields inherited from class com.vaadin.collaborationengine.util.AbstractCollaborativeFormTestCommon
client1
-
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 FieldHighlightTestCommon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddClient_focusAndBlurFields_userTagsUpdated()voidclientClearItsBinder_itsFieldsHaveNoHighlighters()voidcloseBrowser_tagRemoved()voidfocusField_addClient_newClientHasUserTag()voidfocusFields_userTagsForLocalUserNotDisplayed()voidfocusRadioButtonsInsideGroup_individualButtonsHighlighted()voidnoInitialUserTags()voidthreeClients_focusSameField_twoUserTags()-
Methods inherited from class com.vaadin.collaborationengine.util.AbstractCollaborativeFormTestCommon
getRoute, init, reset
-
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
-
-
-
-
Method Detail
-
noInitialUserTags
public void noInitialUserTags()
-
focusFields_userTagsForLocalUserNotDisplayed
public void focusFields_userTagsForLocalUserNotDisplayed()
-
focusField_addClient_newClientHasUserTag
public void focusField_addClient_newClientHasUserTag()
-
addClient_focusAndBlurFields_userTagsUpdated
public void addClient_focusAndBlurFields_userTagsUpdated()
-
threeClients_focusSameField_twoUserTags
public void threeClients_focusSameField_twoUserTags()
-
closeBrowser_tagRemoved
public void closeBrowser_tagRemoved()
-
focusRadioButtonsInsideGroup_individualButtonsHighlighted
public void focusRadioButtonsInsideGroup_individualButtonsHighlighted()
-
clientClearItsBinder_itsFieldsHaveNoHighlighters
public void clientClearItsBinder_itsFieldsHaveNoHighlighters()
-
-