Class RowDeleteCommandTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.data.command.RowDeleteCommandTest

public class RowDeleteCommandTest extends Object
  • Constructor Details

    • RowDeleteCommandTest

      public RowDeleteCommandTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • shouldDeleteSingleRow

      @Test public void shouldDeleteSingleRow()
    • shouldDeleteMultipleContiguousRows

      @Test public void shouldDeleteMultipleContiguousRows()
    • shouldDeleteMultipleNotContiguousRows

      @Test public void shouldDeleteMultipleNotContiguousRows()