Class RowSelectionTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.RowSelectionTest
-
Constructor Details
-
RowSelectionTest
public RowSelectionTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
cleanUp
@AfterEach public void cleanUp() -
shouldSelectAllCellsInARow
@Test public void shouldSelectAllCellsInARow() -
shouldExtendSelectionUpWithShiftKey
@Test public void shouldExtendSelectionUpWithShiftKey() -
shouldExtendSelectionDownWithShiftKey
@Test public void shouldExtendSelectionDownWithShiftKey() -
shouldAppendSelectionUpWithShiftKey
@Test public void shouldAppendSelectionUpWithShiftKey() -
shouldAppendSelectionDownWithShiftKey
@Test public void shouldAppendSelectionDownWithShiftKey() -
shouldSetAnchorWithInitialShiftKeyPressed
@Test public void shouldSetAnchorWithInitialShiftKeyPressed() -
shouldExtendFromAnchorWithShiftKeyPressed
@Test public void shouldExtendFromAnchorWithShiftKeyPressed() -
shouldExtendSelectionWithAllCellsInARowUsingTheCtrlKey
@Test public void shouldExtendSelectionWithAllCellsInARowUsingTheCtrlKey() -
onlyOneCellSelectedAtAnyTime
@Test public void onlyOneCellSelectedAtAnyTime() -
testMultiSelectionRestore
@Test public void testMultiSelectionRestore() -
shouldUpdateAnchorIfDeselected
@Test public void shouldUpdateAnchorIfDeselected() -
shouldNotIncludeDeselectedCellsWithCtrlModifier
@Test public void shouldNotIncludeDeselectedCellsWithCtrlModifier()
-