public static class TestContext.HighCardDynamicSchemaProcessor extends FilterDynamicSchemaProcessor
MondrianProperties.TestHighCardinalityDimensionList property.
 It's a convenient way to run the whole suite against high-cardinality
 dimensions without modifying FoodMart.xml.| Constructor and Description | 
|---|
HighCardDynamicSchemaProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
processSchemaprotected String filter(String schemaUrl, Util.PropertyList connectInfo, InputStream stream) throws Exception
FilterDynamicSchemaProcessorThe default implementation returns the contents of the schema unchanged.
filter in class FilterDynamicSchemaProcessorschemaUrl - the URL of the catalogconnectInfo - Connection propertiesstream - Schema contents represented as a streamException - if an error occurs