Class SelectionLayerTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.SelectionLayerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
SelectionLayerTest
public SelectionLayerTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
testIdentityLayerTransform
@Test public void testIdentityLayerTransform() -
testClearAllClearsAllMarkers
@Test public void testClearAllClearsAllMarkers() -
testClearSingleCellClearsNoMarkers
@Test public void testClearSingleCellClearsNoMarkers() -
testClearAnchorRectangleClearsOnlyAnchor
@Test public void testClearAnchorRectangleClearsOnlyAnchor() -
testClearOutsideAnchorRectangleClearsNoMarkers
@Test public void testClearOutsideAnchorRectangleClearsNoMarkers() -
testClearSingleSelectedCellClearsAllMarkers
@Test public void testClearSingleSelectedCellClearsAllMarkers() -
testGetLastSelectedRegionDoesNotDelegateToModel
@Test public void testGetLastSelectedRegionDoesNotDelegateToModel() -
testSetLastSelectedRegionDoesNotDelegateToModel
@Test public void testSetLastSelectedRegionDoesNotDelegateToModel() -
testSetLastSelectedRegionPreservesNULL
@Test public void testSetLastSelectedRegionPreservesNULL() -
testSetLastSelectedRegionFieldsDoesNotDelegateToModel
@Test public void testSetLastSelectedRegionFieldsDoesNotDelegateToModel() -
testGetAnchorDoesNotDelegateToModel
@Test public void testGetAnchorDoesNotDelegateToModel() -
testSetSelectionAnchorDoesNotDelegateToModel
@Test public void testSetSelectionAnchorDoesNotDelegateToModel() -
testSetLastSelectedCellDoesNotDelegateToModel
@Test public void testSetLastSelectedCellDoesNotDelegateToModel() -
testGetLastSelectedCellDoesNotDelegateToModel
@Test public void testGetLastSelectedCellDoesNotDelegateToModel() -
testGetLastSelectedCellPosition
@Test public void testGetLastSelectedCellPosition() -
testGetLastSelectedCellPositionReturnsNullWhenUnselected
@Test public void testGetLastSelectedCellPositionReturnsNullWhenUnselected() -
testIsModelEventHandlerRegistered
@Test public void testIsModelEventHandlerRegistered() -
testUnregisterModelEventHandler
@Test public void testUnregisterModelEventHandler()
-