Package net.hydromatic.sqllogictest
SQL Logic Test.
-
Interface Summary Interface Description ISqlTestOperation Base interface for SqlLogicTest operations: either statements or queries. -
Class Summary Class Description Main Execute all SqlLogicTest tests.OptionsParser Extensible command-line parsing.SltSqlStatement Encapsulates a DDL statement from a test file.SltTestFile Represents the data from a .test file from the SqlLogicTest test framework.SqlTestQuery Represents a query in a test.SqlTestQueryOutputDescription A description of the output expected from a test query.TestLoader A test loader is invoked for each test file.TestStatistics Class that keeps track of the tests executed, including failures encountered.TestStatistics.FailedTestDescription Description of a test that failed. -
Enum Summary Enum Description SqlTestQueryOutputDescription.SortOrder How the results of the query have to be sorted prior to a comparison.