Class RowDeleteCommandTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.data.command.RowDeleteCommandTest
-
Constructor Summary
-
Method Summary
-
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()
-