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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoExecutor.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestStatisticsexecute(SltTestFile testFile, ExecutionOptions options)Executes the specified test file.-
Methods inherited from class net.hydromatic.sqllogictest.executors.SqlTestExecutor
avoid
-
-
-
-
Method Detail
-
execute
public TestStatistics execute(SltTestFile testFile, ExecutionOptions options)
Description copied from class:SqlSltTestExecutorExecutes the specified test file.- Specified by:
executein classSqlSltTestExecutor
-
-