abstract class AbstractMondrianOlap4jTester extends Object implements org.olap4j.test.TestContext.Tester
TestContext.Tester
 callback required by olap4j's Test Compatability Kit (TCK).org.olap4j.test.TestContext.Tester.Flavor| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractMondrianOlap4jTester(org.olap4j.test.TestContext testContext,
                            String driverUrlPrefix,
                            String driverClassName,
                            org.olap4j.test.TestContext.Tester.Flavor flavor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Connection | 
createConnection()  | 
Connection | 
createConnectionWithUserPassword()  | 
String | 
getDriverClassName()  | 
String | 
getDriverUrlPrefix()  | 
org.olap4j.test.TestContext.Tester.Flavor | 
getFlavor()  | 
org.olap4j.test.TestContext | 
getTestContext()  | 
String | 
getURL()  | 
org.olap4j.test.TestContext.Wrapper | 
getWrapper()  | 
protected AbstractMondrianOlap4jTester(org.olap4j.test.TestContext testContext, String driverUrlPrefix, String driverClassName, org.olap4j.test.TestContext.Tester.Flavor flavor)
public org.olap4j.test.TestContext getTestContext()
getTestContext in interface org.olap4j.test.TestContext.Testerpublic Connection createConnection() throws SQLException
createConnection in interface org.olap4j.test.TestContext.TesterSQLExceptionpublic Connection createConnectionWithUserPassword() throws SQLException
createConnectionWithUserPassword in interface org.olap4j.test.TestContext.TesterSQLExceptionpublic String getDriverUrlPrefix()
getDriverUrlPrefix in interface org.olap4j.test.TestContext.Testerpublic String getDriverClassName()
getDriverClassName in interface org.olap4j.test.TestContext.Testerpublic String getURL()
getURL in interface org.olap4j.test.TestContext.Testerpublic org.olap4j.test.TestContext.Tester.Flavor getFlavor()
getFlavor in interface org.olap4j.test.TestContext.Testerpublic org.olap4j.test.TestContext.Wrapper getWrapper()
getWrapper in interface org.olap4j.test.TestContext.Tester