Class NoExecutor
- java.lang.Object
-
- net.hydromatic.sqllogictest.executors.SqlTestExecutor
-
- net.hydromatic.sqllogictest.executors.SqlSltTestExecutor
-
- net.hydromatic.sqllogictest.executors.NoExecutor
-
- All Implemented Interfaces:
ICastable
public class NoExecutor extends SqlSltTestExecutor
This executor does not execute the tests at all. It is still useful to validate that the test parsing works.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TestStatistics
execute(SltTestFile testFile, OptionsParser.SuppliedOptions options)
Executes the specified test file.static void
register(OptionsParser execOptions)
Register the NoExecutor with the execution options.-
Methods inherited from class net.hydromatic.sqllogictest.executors.SqlTestExecutor
avoid
-
-
-
-
Method Detail
-
register
public static void register(OptionsParser execOptions)
Register the NoExecutor with the execution options. It can be specified using the "-e none" option.
-
execute
public TestStatistics execute(SltTestFile testFile, OptionsParser.SuppliedOptions options)
Description copied from class:SqlSltTestExecutor
Executes the specified test file.- Specified by:
execute
in classSqlSltTestExecutor
-
-