Class SelectionModelStructuralChangeEventHandlerTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.SelectionModelStructuralChangeEventHandlerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
SelectionModelStructuralChangeEventHandlerTest
public SelectionModelStructuralChangeEventHandlerTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
shouldClearSelectionIfASelectedRowIsModified
@Test public void shouldClearSelectionIfASelectedRowIsModified() -
shouldLeaveSelectionUnchangedIfASelectedRowIsNotModified
@Test public void shouldLeaveSelectionUnchangedIfASelectedRowIsNotModified() -
shouldLeaveSelectionUnchangedIfTheFollowingRowIsModified
@Test public void shouldLeaveSelectionUnchangedIfTheFollowingRowIsModified() -
shouldClearSelectionIfListIsCleared
@Test public void shouldClearSelectionIfListIsCleared() -
shouldClearSelectionOnStructuralChanges
@Test public void shouldClearSelectionOnStructuralChanges() -
shouldNotClearSelectionOnStructuralChanges
@Test public void shouldNotClearSelectionOnStructuralChanges() -
shouldClearSelectionIfAllRowsAreHidden
@Test public void shouldClearSelectionIfAllRowsAreHidden() -
shouldClearSelectionIfSelectedColumnIsHidden
@Test public void shouldClearSelectionIfSelectedColumnIsHidden() -
shouldNotClearSelectionIfOtherColumnIsHidden
@Test public void shouldNotClearSelectionIfOtherColumnIsHidden() -
shouldClearSelectionOnDataUpdates
- Throws:
Exception
-
shouldClearSelectionOnClearingTableWithStructuralRefresh
- Throws:
Exception
-
shouldClearSelectionOnClearingTableWithRowStructuralRefresh
- Throws:
Exception
-