Class ShowRowPositionsEventDiffTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.hideshow.event.ShowRowPositionsEventDiffTest

public class ShowRowPositionsEventDiffTest extends Object
  • Constructor Details

    • ShowRowPositionsEventDiffTest

      public ShowRowPositionsEventDiffTest()
  • Method Details

    • before

      @BeforeEach public void before()
    • after

      @AfterEach public void after()
    • testColumnDiffs

      @Test public void testColumnDiffs()
      + + + before: 0 1 3 5 6 8 9 10 11 12 after: 0 1 2 3 4 5 6 7 8 9 + + + + +
    • testConvertToLocal

      @Test public void testConvertToLocal()
      + + + before: 0 1 3 5 6 8 9 10 11 12 after: 0 1 2 3 4 5 6 7 8 9 + + + + +