Package mondrian.test
Class AbstractMondrianOlap4jTester
- java.lang.Object
-
- mondrian.test.AbstractMondrianOlap4jTester
-
- Direct Known Subclasses:
MondrianOlap4jTester
abstract class AbstractMondrianOlap4jTester extends Object implements mondrian.test.TestContext.Tester
Abstract implementation of theorg.olap4j.test.TestContext.Tester
callback required by olap4j's Test Compatability Kit (TCK).- Author:
- Julian Hyde
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractMondrianOlap4jTester(TestContext testContext, String driverUrlPrefix, String driverClassName, Flavor flavor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Connection
createConnection()
Connection
createConnectionWithUserPassword()
String
getDriverClassName()
String
getDriverUrlPrefix()
Flavor
getFlavor()
TestContext
getTestContext()
String
getURL()
mondrian.test.TestContext.Wrapper
getWrapper()
-
-
-
Constructor Detail
-
AbstractMondrianOlap4jTester
protected AbstractMondrianOlap4jTester(TestContext testContext, String driverUrlPrefix, String driverClassName, Flavor flavor)
-
-
Method Detail
-
getTestContext
public TestContext getTestContext()
-
createConnection
public Connection createConnection() throws SQLException
- Throws:
SQLException
-
createConnectionWithUserPassword
public Connection createConnectionWithUserPassword() throws SQLException
- Throws:
SQLException
-
getDriverUrlPrefix
public String getDriverUrlPrefix()
-
getDriverClassName
public String getDriverClassName()
-
getURL
public String getURL()
-
getFlavor
public Flavor getFlavor()
-
getWrapper
public mondrian.test.TestContext.Wrapper getWrapper()
-
-