Uses of Class
net.hydromatic.sqllogictest.TestStatistics
-
Packages that use TestStatistics Package Description net.hydromatic.sqllogictest SQL Logic Test.net.hydromatic.sqllogictest.executors Various Executor implementations. -
-
Uses of TestStatistics in net.hydromatic.sqllogictest
Methods in net.hydromatic.sqllogictest with parameters of type TestStatistics Modifier and Type Method Description voidTestStatistics. add(TestStatistics stats) -
Uses of TestStatistics in net.hydromatic.sqllogictest.executors
Methods in net.hydromatic.sqllogictest.executors that return TestStatistics Modifier and Type Method Description TestStatisticsJdbcExecutor. execute(SltTestFile file, ExecutionOptions options)TestStatisticsNoExecutor. execute(SltTestFile testFile, ExecutionOptions options)abstract TestStatisticsSqlSltTestExecutor. execute(SltTestFile testFile, ExecutionOptions options)Executes the specified test file.
-