Class ThreadedTableTest

    • Constructor Detail

      • ThreadedTableTest

        public ThreadedTableTest()
    • Method Detail

      • testFailed

        protected void testFailed​(java.lang.Throwable e)
        Description copied from class: AbstractGenericTest
        A callback for subclasses when a test has failed. This will be called before tearDown()
        Overrides:
        testFailed in class AbstractGenericTest
        Parameters:
        e - the exception that happened when the test failed
      • testSortingWorksOnFilteredData

        public void testSortingWorksOnFilteredData()
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingAfterClearingFilter

        public void testSortingAfterClearingFilter()
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingAfterFilteringGetsCorrectlyRestored

        public void testSortingAfterFilteringGetsCorrectlyRestored()
                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingDoesNotRefilter

        public void testSortingDoesNotRefilter()
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRefilterHappensAfterAddRemove

        public void testRefilterHappensAfterAddRemove()
                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRefilterHappensAfterReload

        public void testRefilterHappensAfterReload()
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRefilterWhenDataChangedInternally

        public void testRefilterWhenDataChangedInternally()
                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAddRemove_NoFilter

        public void testAddRemove_NoFilter()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAdd_WithFilter

        public void testAdd_WithFilter()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRemove_WithFilter

        public void testRemove_WithFilter()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAddSendsEvent

        public void testAddSendsEvent()
      • testRemoveSendsEvent

        public void testRemoveSendsEvent()
      • testMultipleSorting

        public void testMultipleSorting()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingBytes

        public void testSortingBytes()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingShorts

        public void testSortingShorts()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingInts

        public void testSortingInts()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingLong

        public void testSortingLong()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingFloats

        public void testSortingFloats()
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingDoubles

        public void testSortingDoubles()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSortingStrings

        public void testSortingStrings()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAutoLookupOnStringColumn

        public void testAutoLookupOnStringColumn()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testDefaultSortColumn

        public void testDefaultSortColumn()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCSV

        public void testCSV()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testShowPending

        public void testShowPending()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • sortByClick

        protected void sortByClick​(int columnToClick,
                                   int modifiers)
                            throws java.lang.Exception
        Overrides:
        sortByClick in class AbstractThreadedTableTest
        Throws:
        java.lang.Exception