Class ColumnChooserDialogTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.columnChooser.gui.ColumnChooserDialogTest

public class ColumnChooserDialogTest extends Object
  • Constructor Details

    • ColumnChooserDialogTest

      public ColumnChooserDialogTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • tearDown

      @AfterEach public void tearDown()
    • singleColumnMovedDown

      @Disabled public void singleColumnMovedDown() throws Exception
      Throws:
      Exception
    • setSelection

      @Test public void setSelection() throws Exception
      Throws:
      Exception
    • getIndexesOfSelectedLeaves

      @Test public void getIndexesOfSelectedLeaves() throws Exception
      Throws:
      Exception
    • populateTree

      @Test public void populateTree() throws Exception
      Throws:
      Exception
    • moveSelectedToTop

      @Test public void moveSelectedToTop()
    • moveSelectedToTop_withFirstItemRemovedFromSelectedTree

      @Test public void moveSelectedToTop_withFirstItemRemovedFromSelectedTree()
    • moveSelectedToTop_withFirstItemNotVisible

      @Test public void moveSelectedToTop_withFirstItemNotVisible()
    • moveSelectedToTop_withColumnGroups

      @Test public void moveSelectedToTop_withColumnGroups()
    • moveSelectedToTop_withFirstColumnGroupRemovedFromSelectedTree

      @Test public void moveSelectedToTop_withFirstColumnGroupRemovedFromSelectedTree()
    • moveSelectedToTop_withFirstColumnGroupNotVisible

      @Test public void moveSelectedToTop_withFirstColumnGroupNotVisible()
    • moveSelectedToBottom

      @Test public void moveSelectedToBottom()
    • moveSelectedToBottom_withFirstItemRemovedFromSelectedTree

      @Test public void moveSelectedToBottom_withFirstItemRemovedFromSelectedTree()
    • moveSelectedToBottom_withFirstItemNotVisible

      @Test public void moveSelectedToBottom_withFirstItemNotVisible()
    • moveSelectedToBottom_withColumnGroups

      @Test public void moveSelectedToBottom_withColumnGroups()
    • moveSelectedToBottom_withFirstColumnGroupRemovedFromSelectedTree

      @Test public void moveSelectedToBottom_withFirstColumnGroupRemovedFromSelectedTree()
    • moveSelectedToBottom_withFirstColumnGroupNotVisible

      @Test public void moveSelectedToBottom_withFirstColumnGroupNotVisible()