Package net.hydromatic.sqllogictest
Class Main
- java.lang.Object
-
- net.hydromatic.sqllogictest.Main
-
public class Main extends Object
Execute all SqlLogicTest tests.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestStatistics
execute(OptionsParser optionParser, String... args)
Execute the program using the specified command-line options.static Set<String>
getTestList()
Get the list of all test files.static void
main(String[] args)
Command-line entry point.
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
Command-line entry point.- Throws:
IOException
-
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
-
-