Class SortStatePersistorTest


  • public class SortStatePersistorTest
    extends Object
    • Constructor Detail

      • SortStatePersistorTest

        public SortStatePersistorTest()
    • Method Detail

      • setup

        public void setup()
      • shouldSaveSortedColumnsAndSortOrder

        public void shouldSaveSortedColumnsAndSortOrder()
                                                 throws Exception
        Throws:
        Exception
      • shouldNotSaveIfNothingIsSorted

        public void shouldNotSaveIfNothingIsSorted()
                                            throws Exception
        Throws:
        Exception
      • loadStateFromProperties

        public void loadStateFromProperties()
                                     throws Exception
        Save string format: column index : sort direction : sort order |
        Throws:
        Exception
      • shouldParseTheSavedStringCorrectly

        public void shouldParseTheSavedStringCorrectly()
                                                throws Exception
        Throws:
        Exception