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 TestStatisticsJdbcExecutor. execute(SltTestFile file, OptionsParser.SuppliedOptions options)Execute all the test in the specified file using this database.TestStatisticsNoExecutor. execute(SltTestFile testFile, OptionsParser.SuppliedOptions options)abstract TestStatisticsSqlSltTestExecutor. execute(SltTestFile testFile, OptionsParser.SuppliedOptions options)Executes the specified test file.
-