Class ColumnHeaderReoderDragModeTest


  • public class ColumnHeaderReoderDragModeTest
    extends Object
    • Constructor Detail

      • ColumnHeaderReoderDragModeTest

        public ColumnHeaderReoderDragModeTest()
    • Method Detail

      • setup

        public void setup()
      • shouldNotAllowMovingIntoAnUnbreakableGroup

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

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

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

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

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

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

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

        public void shouldNotAllowMovingFromRegularGroupToUnbreakableGroup()
                                                                    throws Exception
        Throws:
        Exception