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

public abstract class AbstractCollaborativeViewTest extends AbstractViewTest
Helpers for adding multiple "collaborating" browsers to a test.
  • Field Details

  • Constructor Details

    • AbstractCollaborativeViewTest

      public AbstractCollaborativeViewTest()
  • Method Details

    • addClient

      Opens a new TestBench client. It has the HasElementQuery.$(Class) method for querying elements.
      Throws:
      Exception
    • closeBrowsers

      public void closeBrowsers()
    • close

      protected void close(com.vaadin.testbench.TestBenchTestCase client)