Class Main


  • public class Main
    extends Object
    Execute all SqlLogicTest tests.
    • Method Detail

      • getTestList

        public static Set<String> getTestList()
        Get the list of all test files.
      • execute

        public static TestStatistics execute​(OptionsParser optionParser,
                                             String... args)
                                      throws IOException
        Execute the program using the specified command-line options.
        Parameters:
        optionParser - Parser that will be used to parse the command-line options.
        args - Command-line options.
        Returns:
        A description of the outcome of the tests. null when tests cannot even be started.
        Throws:
        IOException