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
Fields in net.hydromatic.sqllogictest declared as TestStatistics Modifier and Type Field Description TestStatistics
TestLoader. statistics
Statistics about the tests executed, including all errors found.Methods in net.hydromatic.sqllogictest that return TestStatistics Modifier and Type Method Description static TestStatistics
Main. execute(OptionsParser optionParser, String... args)
Execute the program using the specified command-line options.Methods in net.hydromatic.sqllogictest with parameters of type TestStatistics Modifier and Type Method Description void
TestStatistics. add(TestStatistics stats)
Add the other statistics to this. -
Uses of TestStatistics in net.hydromatic.sqllogictest.executors
Methods in net.hydromatic.sqllogictest.executors that return TestStatistics 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.Methods in net.hydromatic.sqllogictest.executors with parameters of type TestStatistics Modifier and Type Method Description boolean
JdbcExecutor. validate(SqlTestQuery query, ResultSet rs, SqlTestQueryOutputDescription description, TestStatistics statistics)
Validate the result of the execution of a query.
-