Package org.apache.calcite.test
Class QuidemTest
java.lang.Object
org.apache.calcite.test.QuidemTest
Test that runs every Quidem file as a test.
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Quidem connection factory for Calcite's built-in test schemas. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected net.hydromatic.quidem.CommandHandler
Creates a command handler.protected net.hydromatic.quidem.Quidem.ConnectionFactory
Creates a connection factory.protected static Collection<String>
protected abstract Collection<String>
getPath()
Factory method fortest(String)
parameters.void
-
Constructor Details
-
QuidemTest
public QuidemTest()
-
-
Method Details
-
data
-
checkRun
- Throws:
Exception
-
createCommandHandler
protected net.hydromatic.quidem.CommandHandler createCommandHandler()Creates a command handler. -
createConnectionFactory
protected net.hydromatic.quidem.Quidem.ConnectionFactory createConnectionFactory()Creates a connection factory. -
test
- Throws:
Exception
-
getPath
Factory method fortest(String)
parameters.
-