Class VerticalScrollBarHandlerTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.viewport.VerticalScrollBarHandlerTest

public class VerticalScrollBarHandlerTest extends Object
Test for Vertical scrolling of the viewport. The DataLayerFixture has the following config. Used by all tests. The viewport is 100px wide (configured via ClientArea parameter) DO NOT FORMAT ! Row pos | Row Height 0 | 40 1 | 70 2 | 25 3 | 40 4 | 50 5 | 40 6 | 100
  • Constructor Details

    • VerticalScrollBarHandlerTest

      public VerticalScrollBarHandlerTest()
  • Method Details

    • init

      @BeforeEach public void init()
    • scrollViewportUpByOffset

      @Test public void scrollViewportUpByOffset() throws Exception
      Throws:
      Exception
    • scrollViewportDownByOffset

      @Test public void scrollViewportDownByOffset() throws Exception
      Throws:
      Exception
    • dragDown

      @Test public void dragDown() throws Exception
      Throws:
      Exception
    • dragUp

      @Test public void dragUp() throws Exception
      Throws:
      Exception
    • verticalScrollbarThumbSize

      @Test public void verticalScrollbarThumbSize() throws Exception
      Throws:
      Exception
    • verticalScrollbarThumbSizeCalcNoScrollingNeeded

      @Test public void verticalScrollbarThumbSizeCalcNoScrollingNeeded() throws Exception
      Throws:
      Exception