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