public class DynamicSchemaProcessorTest
extends TestCase
Modifier and Type | Class and Description |
---|---|
static class |
DynamicSchemaProcessorTest.BaseDsp
Our base, token replacing schema processor.
|
static class |
DynamicSchemaProcessorTest.CheckJdbcPropertyDsp
Ensures we have access to the JDBC URL.
|
static class |
DynamicSchemaProcessorTest.FoodMartCatalogDsp
Checks to make sure our Catalog property contains our FoodMart.xml VFS
URL
|
static class |
DynamicSchemaProcessorTest.ProviderTestDSP
DSP that checks that replaces the Schema Name with the name of the
Provider property
|
Modifier and Type | Field and Description |
---|---|
static String |
FRAGMENT_ONE |
static String |
FRAGMENT_TWO |
static String |
TEMPLATE_SCHEMA |
Constructor and Description |
---|
DynamicSchemaProcessorTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCheckJdbcPropertyDsp()
Tests to ensure we have access to Connect properties in a DSP
|
void |
testDBInfoDSP()
Tests to ensure we have access to Connect properies in a DSP
|
void |
testDSPBasics()
Tests to make sure that our base DynamicSchemaProcessor works, with no
replacement.
|
void |
testFoodmartDsp()
Tests to make sure that our base DynamicSchemaProcessor works, and
Mondrian is able to parse and connect to FoodMart with it
|
void |
testProviderTestDSP()
Tests to ensure we have access to Connect properies in a DSP
|
public static final String FRAGMENT_ONE
public static final String FRAGMENT_TWO
public static final String TEMPLATE_SCHEMA
public void testDSPBasics()
public void testFoodmartDsp()
public void testProviderTestDSP()
public void testDBInfoDSP()
public void testCheckJdbcPropertyDsp()