Class SqlValidatorTestCase

java.lang.Object
org.apache.calcite.test.SqlValidatorTestCase

public class SqlValidatorTestCase extends Object
An abstract base class for implementing tests against SqlValidator.

A derived class can refine this test in two ways. First, it can add testXxx() methods, to test more functionality.

Second, it can override the fixture() method to return a different implementation of the SqlValidatorFixture object. This encapsulates the differences between test environments, for example, which SQL parser or validator to use.