Class RowInsertCommandTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.data.command.RowInsertCommandTest
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RowInsertCommandTest
public RowInsertCommandTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
shouldAppendSingleRow
@Test public void shouldAppendSingleRow() -
shouldInsertSingleRow
@Test public void shouldInsertSingleRow() -
shouldAppendMultipleRows
@Test public void shouldAppendMultipleRows() -
shouldInsertMultipleRows
@Test public void shouldInsertMultipleRows() -
shouldInsertInScrolledState
@Test public void shouldInsertInScrolledState() -
shouldInsertInScrolledStateAtBottom
@Test public void shouldInsertInScrolledStateAtBottom() -
shouldInsertInScrolledStateInTable
@Test public void shouldInsertInScrolledStateInTable() -
shouldInsertInScrolledStateInTableAtBottom
@Test public void shouldInsertInScrolledStateInTableAtBottom()
-