Class ThreadedTableFilterTest

    • Constructor Detail

      • ThreadedTableFilterTest

        public ThreadedTableFilterTest()
    • 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
      • testRefilterHappensAfterAddItem_ItemAddedPassesFilter

        public void testRefilterHappensAfterAddItem_ItemAddedPassesFilter()
                                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRefilterHappensAfterRemoveAddItem_ItemAddedPassesFilter

        public void testRefilterHappensAfterRemoveAddItem_ItemAddedPassesFilter()
                                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRefilterHappensAfterAdd_ItemAddedFailsFilter

        public void testRefilterHappensAfterAdd_ItemAddedFailsFilter()
                                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSubFilter

        public void testSubFilter()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSubFilter_RoundTrip_StartsWithFilter

        public void testSubFilter_RoundTrip_StartsWithFilter()
                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSubFilter_RoundTrip_RegexFilter

        public void testSubFilter_RoundTrip_RegexFilter()
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSubFilter_DeleteMultipleCharacters

        public void testSubFilter_DeleteMultipleCharacters()
                                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRefilterHappens_ChangeFilterTypeNotText

        public void testRefilterHappens_ChangeFilterTypeNotText()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRefilterHappens_ChangeFilterOptionNotText

        public void testRefilterHappens_ChangeFilterOptionNotText()
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testDisableSubFilter

        public void testDisableSubFilter()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testCombinedTableFilter_TwoFilters_FirstFilterStandard_SecondFilterEmpty

        public void testCombinedTableFilter_TwoFilters_FirstFilterStandard_SecondFilterEmpty()
      • testCombinedTableFilter_TwoFilters_FirstFilterStandard_SecondFilterNonEmpty

        public void testCombinedTableFilter_TwoFilters_FirstFilterStandard_SecondFilterNonEmpty()
      • assertDidNotFilter

        protected void assertDidNotFilter()
      • assertDidFilter

        protected void assertDidFilter()