java.lang.Object
org.eclipse.nebula.widgets.nattable.edit.command.EditUtilsTest

public class EditUtilsTest extends Object
  • Constructor Details

    • EditUtilsTest

      public EditUtilsTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • testGetLastSelectedCellWithoutSelection

      @Test public void testGetLastSelectedCellWithoutSelection()
    • testGetLastSelectedCellWithSingleSelection

      @Test public void testGetLastSelectedCellWithSingleSelection()
    • testGetLastSelectedCellWithMultiSelection

      @Test public void testGetLastSelectedCellWithMultiSelection()
    • testGetLastSelectedCellEditorWithoutSelection

      @Test public void testGetLastSelectedCellEditorWithoutSelection()
    • testGetLastSelectedCellEditorWithSingleSelection

      @Test public void testGetLastSelectedCellEditorWithSingleSelection()
    • testGetLastSelectedCellEditorWithMultiSelection

      @Test public void testGetLastSelectedCellEditorWithMultiSelection()
    • testAllCellsEditableWithoutSelection

      @Test public void testAllCellsEditableWithoutSelection()
    • testAllCellsEditableWithoutSelectionEnableEditing

      @Test public void testAllCellsEditableWithoutSelectionEnableEditing()
    • testAllCellsEditableWithSingleSelection

      @Test public void testAllCellsEditableWithSingleSelection()
    • testAllCellsEditableWithSingleSelectionEnableEditing

      @Test public void testAllCellsEditableWithSingleSelectionEnableEditing()
    • testAllCellsEditableWithMultiSelection

      @Test public void testAllCellsEditableWithMultiSelection()
    • testAllCellsEditableWithMultiSelectionEnableEditing

      @Test public void testAllCellsEditableWithMultiSelectionEnableEditing()
    • testIsCellEditableWithoutSelection

      @Test public void testIsCellEditableWithoutSelection()
    • testIsCellEditableWithoutSelectionEnableEditing

      @Test public void testIsCellEditableWithoutSelectionEnableEditing()
    • testIsCellEditableWithSingleSelection

      @Test public void testIsCellEditableWithSingleSelection()
    • testIsCellEditableWithSingleSelectionEnableEditing

      @Test public void testIsCellEditableWithSingleSelectionEnableEditing()
    • testIsEditorSameWithoutSelection

      @Test public void testIsEditorSameWithoutSelection()
    • testIsEditorSameWithSingleSelection

      @Test public void testIsEditorSameWithSingleSelection()
    • testIsEditorSameWithMultiSelection

      @Test public void testIsEditorSameWithMultiSelection()
    • testIsEditorSameWithMultiSelectionOneChangedEditor

      @Test public void testIsEditorSameWithMultiSelectionOneChangedEditor()
    • testIsConverterSameWithoutSelection

      @Test public void testIsConverterSameWithoutSelection()
    • testIsConverterSameWithSingleSelection

      @Test public void testIsConverterSameWithSingleSelection()
    • testIsConverterSameWithMultiSelection

      @Test public void testIsConverterSameWithMultiSelection()
    • testIsConverterSameWithMultiSelectionOneChangedConverter

      @Test public void testIsConverterSameWithMultiSelectionOneChangedConverter()
    • testIsValueSameWithoutSelection

      @Test public void testIsValueSameWithoutSelection()
    • testIsValueSameWithSingleSelection

      @Test public void testIsValueSameWithSingleSelection()
    • testIsValueSameWithMultiSelection

      @Test public void testIsValueSameWithMultiSelection()
    • testIsValueSameWithMultiSelectionEnsureSameValues

      @Test public void testIsValueSameWithMultiSelectionEnsureSameValues()
    • testGetSelectedCellsForEditing

      @Test public void testGetSelectedCellsForEditing()
    • testGetSelectedCellsForEditingEditingEnabled

      @Test public void testGetSelectedCellsForEditingEditingEnabled()
    • testGetSelectedCellsForEditingEditingEnabledForSingleCell

      @Test public void testGetSelectedCellsForEditingEditingEnabledForSingleCell()