Class MonotonicTest


  • public class MonotonicTest
    extends Object
    • Constructor Detail

      • MonotonicTest

        public MonotonicTest()
    • Method Detail

      • setUpClass

        @BeforeAll
        public static void setUpClass()
                               throws Exception
        Throws:
        Exception
      • afterClass

        @AfterAll
        public static void afterClass()
                               throws Exception
        Throws:
        Exception
      • test_independentPattern

        @Test
        public void test_independentPattern()
                                     throws Exception
        Throws:
        Exception
      • test_safePattern

        @Test
        public void test_safePattern()
                              throws Exception
        Throws:
        Exception
      • test_afterPattern

        @Test
        public void test_afterPattern()
                               throws Exception
        Throws:
        Exception
      • test_afterInsertDataPattern

        @Test
        public void test_afterInsertDataPattern()
                                         throws Exception
        Throws:
        Exception
      • test_changedPattern

        @Test
        public void test_changedPattern()
                                 throws Exception
        Throws:
        Exception
      • test_safeInsert

        @Test
        public void test_safeInsert()
                             throws Exception
        Throws:
        Exception
      • test_mergeQuery

        @Test
        public void test_mergeQuery()
                             throws Exception
        Throws:
        Exception
      • test_mergeInsert

        @Test
        public void test_mergeInsert()
                              throws Exception
        Throws:
        Exception
      • test_changedQuery

        @Test
        public void test_changedQuery()
                               throws Exception
        Throws:
        Exception
      • test_changedInsert

        @Test
        public void test_changedInsert()
                                throws Exception
        Throws:
        Exception
      • test_safeOptionalQuery

        @Test
        public void test_safeOptionalQuery()
                                    throws Exception
        Throws:
        Exception
      • test_safeOptionalInsert

        @Test
        public void test_safeOptionalInsert()
                                     throws Exception
        Throws:
        Exception
      • test_mergeOptionalQuery

        @Test
        public void test_mergeOptionalQuery()
                                     throws Exception
        Throws:
        Exception
      • test_mergeOptionalInsert

        @Test
        public void test_mergeOptionalInsert()
                                      throws Exception
        Throws:
        Exception
      • test_changedOptionalQuery

        @Test
        public void test_changedOptionalQuery()
                                       throws Exception
        Throws:
        Exception
      • test_changedOptionalInsert

        @Test
        public void test_changedOptionalInsert()
                                        throws Exception
        Throws:
        Exception
      • test_safeFilterQuery

        @Test
        public void test_safeFilterQuery()
                                  throws Exception
        Throws:
        Exception
      • test_safeFilterInsert

        @Test
        public void test_safeFilterInsert()
                                   throws Exception
        Throws:
        Exception
      • test_mergeOptionalFilterQuery

        @Test
        public void test_mergeOptionalFilterQuery()
                                           throws Exception
        Throws:
        Exception
      • test_mergeOptionalFilterInsert

        @Test
        public void test_mergeOptionalFilterInsert()
                                            throws Exception
        Throws:
        Exception
      • test_changedOptionalFilterQuery

        @Test
        public void test_changedOptionalFilterQuery()
                                             throws Exception
        Throws:
        Exception
      • test_changedOptionalFilterInsert

        @Test
        public void test_changedOptionalFilterInsert()
                                              throws Exception
        Throws:
        Exception
      • test_safeRangeQuery

        @Test
        public void test_safeRangeQuery()
                                 throws Exception
        Throws:
        Exception
      • test_safeRangeInsert

        @Test
        public void test_safeRangeInsert()
                                  throws Exception
        Throws:
        Exception
      • test_mergeRangeQuery

        @Test
        public void test_mergeRangeQuery()
                                  throws Exception
        Throws:
        Exception
      • test_mergeRangeInsert

        @Test
        public void test_mergeRangeInsert()
                                   throws Exception
        Throws:
        Exception
      • test_changedRangeQuery

        @Test
        public void test_changedRangeQuery()
                                    throws Exception
        Throws:
        Exception
      • test_changedRangeInsert

        @Test
        public void test_changedRangeInsert()
                                     throws Exception
        Throws:
        Exception