mondrian.test
Class RaggedHierarchyTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
mondrian.test.FoodMartTestCase
mondrian.test.RaggedHierarchyTest
- All Implemented Interfaces:
- Test
public class RaggedHierarchyTest
- extends FoodMartTestCase
RaggedHierarchyTest tests ragged hierarchies.
I have disabled some tests by prefixing the tests name with "dont_".
- SinLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
Method Summary |
protected String |
filter(String schemaUrl,
Util.PropertyList connectInfo,
InputStream stream)
Reads the contents of a schema as a stream and returns the result as
a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedSetTest.NamedSetsInCubeAndSchemaProcessor
public NamedSetTest.NamedSetsInCubeAndSchemaProcessor()
filter
protected String filter(String schemaUrl,
Util.PropertyList connectInfo,
InputStream stream)
throws Exception
- Description copied from class:
FilterDynamicSchemaProcessor
- Reads the contents of a schema as a stream and returns the result as
a string.
The default implementation returns the contents of the schema
unchanged.
- Overrides:
filter in class FilterDynamicSchemaProcessor
- Parameters:
schemaUrl - the URL of the catalogconnectInfo - Connection propertiesstream - Schema contents represented as a stream
- Returns:
- the modified schema
- Throws:
Exception - if an error occurs