Class ColumnHeaderReoderDragModeTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.group.action.ColumnHeaderReoderDragModeTest

public class ColumnHeaderReoderDragModeTest extends Object
  • Constructor Details

    • ColumnHeaderReoderDragModeTest

      public ColumnHeaderReoderDragModeTest()
  • Method Details

    • setup

      @BeforeEach public void setup()
    • basicReordering

      @Test public void basicReordering() throws Exception
      Throws:
      Exception
    • shouldNotAllowMovingIntoAnUnbreakableGroup

      @Test public void shouldNotAllowMovingIntoAnUnbreakableGroup() throws Exception
      Throws:
      Exception
    • shouldNotAllowMovingOutOfAnUnbreakableGroup

      @Test public void shouldNotAllowMovingOutOfAnUnbreakableGroup() throws Exception
      Throws:
      Exception
    • shouldAllowReorderingWithinAnUnbreakableGroup

      @Test public void shouldAllowReorderingWithinAnUnbreakableGroup() throws Exception
      Throws:
      Exception
    • shouldAllowReorderingWithinARegularGroup

      @Test public void shouldAllowReorderingWithinARegularGroup() throws Exception
      Throws:
      Exception
    • shouldAllowMovingBetweenRegularGroups

      @Test public void shouldAllowMovingBetweenRegularGroups() throws Exception
      Throws:
      Exception
    • shouldNotAllowMovingBetweenTwoUnbreakableGroups

      @Test public void shouldNotAllowMovingBetweenTwoUnbreakableGroups() throws Exception
      Throws:
      Exception
    • shouldNotAllowMovingFromUnbreakableGroupToRegularGroup

      @Test public void shouldNotAllowMovingFromUnbreakableGroupToRegularGroup() throws Exception
      Throws:
      Exception
    • shouldNotAllowMovingFromRegularGroupToUnbreakableGroup

      @Test public void shouldNotAllowMovingFromRegularGroupToUnbreakableGroup() throws Exception
      Throws:
      Exception