Class KeyRowInsertCommandTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.datachange.command.KeyRowInsertCommandTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyRowInsertCommandTest
public KeyRowInsertCommandTest()
-
-
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()
-