Class SelectionIntegrationTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.test.integration.SelectionIntegrationTest

public class SelectionIntegrationTest extends Object
Integration test for all default selection behavior.
  • Constructor Details

    • SelectionIntegrationTest

      public SelectionIntegrationTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • movingSelectionWithLeftArrow

      @Test public void movingSelectionWithLeftArrow()
    • movingSelectionWithRightArrow

      @Test public void movingSelectionWithRightArrow()
    • movingSelectionWithDownArrow

      @Test public void movingSelectionWithDownArrow()
    • movingSelectionWithUpArrow

      @Test public void movingSelectionWithUpArrow()
    • selectingRectangularAreasWithShiftKey

      @Test public void selectingRectangularAreasWithShiftKey()