Class SQLOrderByTest

    • Constructor Detail

      • SQLOrderByTest

        public SQLOrderByTest()
    • Method Detail

      • testOrderByAscending

        public void testOrderByAscending()
                                  throws Exception
        Test if sort order ascending is respected.

        For configuration description see SQLOrderByTest.

        Throws:
        Exception
      • testOrderByDescending

        public void testOrderByDescending()
                                   throws Exception
        Test if sort order descending is respected.

        For configuration description see SQLOrderByTest.

        Throws:
        Exception
      • testOrderByDefault

        public void testOrderByDefault()
                                throws Exception
        Test if default sort order is respected and is ascending if the order by modifier is missing.

        For configuration description see SQLOrderByTest.

        Throws:
        Exception