Class SortStatePersistorTest


  • public class SortStatePersistorTest
    extends Object
    • Constructor Detail

      • SortStatePersistorTest

        public SortStatePersistorTest()
    • Method Detail

      • setup

        @BeforeEach
        public void setup()
      • shouldSaveSortedColumnsAndSortOrder

        @Test
        public void shouldSaveSortedColumnsAndSortOrder()
      • shouldNotSaveIfNothingIsSorted

        @Test
        public void shouldNotSaveIfNothingIsSorted()
      • loadStateFromProperties

        @Test
        public void loadStateFromProperties()
        Save string format: column index : sort direction : sort order |
      • shouldParseTheSavedStringCorrectly

        @Test
        public void shouldParseTheSavedStringCorrectly()
                                                throws Exception
        Throws:
        Exception
      • shouldRemoveStateAfterClear

        @Test
        public void shouldRemoveStateAfterClear()