Class ColumnSelectionTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.ColumnSelectionTest
-
Constructor Details
-
ColumnSelectionTest
public ColumnSelectionTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
cleanUp
@AfterEach public void cleanUp() -
shouldSelectAllCellsInAColumn
@Test public void shouldSelectAllCellsInAColumn() -
shouldSelectAllCellsToTheRightWithShiftKeyPressed
@Test public void shouldSelectAllCellsToTheRightWithShiftKeyPressed() -
shouldSelectAllCellsToTheLeftWithShiftKeyPressed
@Test public void shouldSelectAllCellsToTheLeftWithShiftKeyPressed() -
shouldAppendColumnsToTheRightWithShiftKeyPressed
@Test public void shouldAppendColumnsToTheRightWithShiftKeyPressed() -
shouldSetAnchorWithInitialShiftKeyPressed
@Test public void shouldSetAnchorWithInitialShiftKeyPressed() -
shouldExtendFromAnchorWithShiftKeyPressed
@Test public void shouldExtendFromAnchorWithShiftKeyPressed() -
shouldExtendSelectionWithAllCellsInAColumnUsingTheCtrlKey
@Test public void shouldExtendSelectionWithAllCellsInAColumnUsingTheCtrlKey() -
onlyOneCellSelectedAtAnyTime
@Test public void onlyOneCellSelectedAtAnyTime() -
shouldUpdateAnchorIfDeselected
@Test public void shouldUpdateAnchorIfDeselected() -
shouldNotIncludeDeselectedCellsWithCtrlModifier
@Test public void shouldNotIncludeDeselectedCellsWithCtrlModifier()
-