|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.test.TestContext
mondrian.test.DelegatingTestContext
public class DelegatingTestContext
Extension of TestContext
which delegates all behavior to
a parent test context.
Derived classes can selectively override methods.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class mondrian.test.TestContext |
---|
TestContext.HighCardDynamicSchemaProcessor, TestContext.SafeString, TestContext.SnoopingSchemaProcessor |
Field Summary | |
---|---|
protected TestContext |
context
|
Fields inherited from class mondrian.test.TestContext |
---|
nl |
Constructor Summary | |
---|---|
protected |
DelegatingTestContext(TestContext context)
|
Method Summary | |
---|---|
java.lang.String |
getDefaultCubeName()
Returns the name of the default cube. |
Util.PropertyList |
getFoodMartConnectionProperties()
|
java.io.PrintWriter |
getWriter()
Returns the output writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final TestContext context
Constructor Detail |
---|
protected DelegatingTestContext(TestContext context)
Method Detail |
---|
public Util.PropertyList getFoodMartConnectionProperties()
getFoodMartConnectionProperties
in class TestContext
public java.lang.String getDefaultCubeName()
TestContext
Tests which evaluate scalar expressions, such as
TestContext.assertExprReturns(String, String)
, generate queries against this
cube.
getDefaultCubeName
in class TestContext
public java.io.PrintWriter getWriter()
TestContext
getWriter
in class TestContext
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |