TestScript

This test runs a SQL script file and compares the output with the expected output.

Methods
static void main(String... a)
Run just this test.
static void main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
ArrayList getAllStatements(TestAll conf)
Get all SQL statements of this file.
ArrayList getAllStatements(TestAll conf) throws Exception
Get all SQL statements of this file.
Parameters:
conf - the configuration
Returns:
the list of statements
void test()
void test() throws Exception