Class RowStructuralDataChangeIdIndexTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.datachange.RowStructuralDataChangeIdIndexTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
RowStructuralDataChangeIdIndexTest
public RowStructuralDataChangeIdIndexTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
shouldTrackRowInsertEvent
@Test public void shouldTrackRowInsertEvent() -
shouldClearRowInsertWithoutReset
@Test public void shouldClearRowInsertWithoutReset() -
shouldSaveRowInsertEvent
@Test public void shouldSaveRowInsertEvent() -
shouldDiscardRowInsertEvent
@Test public void shouldDiscardRowInsertEvent() -
shouldClearRowInsertOnStructuralChange
@Test public void shouldClearRowInsertOnStructuralChange() -
shouldDiscardMultipleRowInsertEvent
@Test public void shouldDiscardMultipleRowInsertEvent() -
shouldDiscardMultipleRowInsertEventAppending
@Test public void shouldDiscardMultipleRowInsertEventAppending() -
shouldTrackRowDeleteEvent
@Test public void shouldTrackRowDeleteEvent() -
shouldClearRowDeleteWithoutReset
@Test public void shouldClearRowDeleteWithoutReset() -
shouldSaveRowDeleteEvent
@Test public void shouldSaveRowDeleteEvent() -
shouldDiscardRowDeleteEvent
@Test public void shouldDiscardRowDeleteEvent() -
shouldClearRowDeleteOnStructuralChange
@Test public void shouldClearRowDeleteOnStructuralChange() -
shouldDiscardMultipleRowDeleteEvent
@Test public void shouldDiscardMultipleRowDeleteEvent() -
shouldDiscardInsertAndDeleteAgain
@Test public void shouldDiscardInsertAndDeleteAgain() -
shouldResetUpdateDeleteOnDiscard
@Test public void shouldResetUpdateDeleteOnDiscard() -
shouldDiscardInsertAndUpdateInsertedItem
@Test public void shouldDiscardInsertAndUpdateInsertedItem() -
shouldDiscardUpdateInsert
@Test public void shouldDiscardUpdateInsert() -
shouldDiscardUpdateInsertAndUpdateBack
@Test public void shouldDiscardUpdateInsertAndUpdateBack() -
shouldDiscardUpdateAfterDelete
@Test public void shouldDiscardUpdateAfterDelete() -
shouldDiscardInsertAfterDelete
@Test public void shouldDiscardInsertAfterDelete() -
shouldDiscardInsertAfterInsert
@Test public void shouldDiscardInsertAfterInsert() -
shouldDiscardUpdateAfterInsert
@Test public void shouldDiscardUpdateAfterInsert() -
shouldDiscardDeleteInsertedObject
@Test public void shouldDiscardDeleteInsertedObject()
-