Uses of Class
net.hydromatic.sqllogictest.SltTestFile
-
Packages that use SltTestFile Package Description net.hydromatic.sqllogictest.executors Various Executor implementations. -
-
Uses of SltTestFile in net.hydromatic.sqllogictest.executors
Methods in net.hydromatic.sqllogictest.executors with parameters of type SltTestFile Modifier and Type Method Description TestStatistics
JdbcExecutor. execute(SltTestFile file, OptionsParser.SuppliedOptions options)
Execute all the test in the specified file using this database.TestStatistics
NoExecutor. execute(SltTestFile testFile, OptionsParser.SuppliedOptions options)
abstract TestStatistics
SqlSltTestExecutor. execute(SltTestFile testFile, OptionsParser.SuppliedOptions options)
Executes the specified test file.
-