Class SelectionLayerTest


  • public class SelectionLayerTest
    extends Object
    • Constructor Detail

      • SelectionLayerTest

        public SelectionLayerTest()
    • Method Detail

      • setup

        public void setup()
      • testIdentityLayerTransform

        public void testIdentityLayerTransform()
      • testClearAllClearsAllMarkers

        public void testClearAllClearsAllMarkers()
      • testClearSingleCellClearsNoMarkers

        public void testClearSingleCellClearsNoMarkers()
      • testClearAnchorRectangleClearsOnlyAnchor

        public void testClearAnchorRectangleClearsOnlyAnchor()
      • testClearOutsideAnchorRectangleClearsNoMarkers

        public void testClearOutsideAnchorRectangleClearsNoMarkers()
      • testClearSingleSelectedCellClearsAllMarkers

        public void testClearSingleSelectedCellClearsAllMarkers()
      • testGetLastSelectedRegionDoesNotDelegateToModel

        public void testGetLastSelectedRegionDoesNotDelegateToModel()
      • testSetLastSelectedRegionDoesNotDelegateToModel

        public void testSetLastSelectedRegionDoesNotDelegateToModel()
      • testSetLastSelectedRegionPreservesNULL

        public void testSetLastSelectedRegionPreservesNULL()
      • testSetLastSelectedRegionFieldsDoesNotDelegateToModel

        public void testSetLastSelectedRegionFieldsDoesNotDelegateToModel()
      • testGetAnchorDoesNotDelegateToModel

        public void testGetAnchorDoesNotDelegateToModel()
      • testSetSelectionAnchorDoesNotDelegateToModel

        public void testSetSelectionAnchorDoesNotDelegateToModel()
      • testSetLastSelectedCellDoesNotDelegateToModel

        public void testSetLastSelectedCellDoesNotDelegateToModel()
      • testGetLastSelectedCellDoesNotDelegateToModel

        public void testGetLastSelectedCellDoesNotDelegateToModel()
      • testGetLastSelectedCellPosition

        public void testGetLastSelectedCellPosition()
      • testGetLastSelectedCellPositionReturnsNullWhenUnselected

        public void testGetLastSelectedCellPositionReturnsNullWhenUnselected()
      • testIsModelEventHandlerRegistered

        public void testIsModelEventHandlerRegistered()
      • testUnregisterModelEventHandler

        public void testUnregisterModelEventHandler()