Package mondrian.rolap
Class RolapSchemaPoolTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.rolap.RolapSchemaPoolTest
-
public class RolapSchemaPoolTest extends FoodMartTestCase
Test forRolapSchemaPool
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RolapSchemaPoolTest.NotReallyDynamicSchemaProcessor
-
Field Summary
-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Constructor Summary
Constructors Constructor Description RolapSchemaPoolTest(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.URL
getFoodmartCatalogUrl()
void
testBasicSchemaFetch()
void
testSchemaFetchCatalogUrlJdbcUuid()
void
testSchemaFetchMd5JdbcUid()
Test using JdbcConnectionUUID and useSchemaChecksum fetches the same schema in all scenarios.-
Methods inherited from class mondrian.test.FoodMartTestCase
allMember, assertAxisReturns, assertAxisThrows, assertBooleanExprReturns, assertExprReturns, assertExprThrows, assertQueriesReturnSimilarResults, assertQueryReturns, assertQueryThrows, assertSize, cubeByName, execute, executeExpr, executeQuery, executeSingletonAxis, genderMembersIncludingAll, getConnection, getDimensionWithName, getTestContext, isDefaultNullMemberRepresentation, isGroupingSetsSupported, member, productMembersPotScrubbersPotsAndPans, storeMembersCAAndOR, storeMembersUsaAndCanada, tearDown, verifySameNativeAndNot, warehouseMembersCanadaMexicoUsa
-
-
-
-
Method Detail
-
testBasicSchemaFetch
public void testBasicSchemaFetch()
-
testSchemaFetchCatalogUrlJdbcUuid
public void testSchemaFetchCatalogUrlJdbcUuid()
-
testSchemaFetchMd5JdbcUid
public void testSchemaFetchMd5JdbcUid() throws java.io.IOException
Test using JdbcConnectionUUID and useSchemaChecksum fetches the same schema in all scenarios.- Throws:
java.io.IOException
-
getFoodmartCatalogUrl
protected java.net.URL getFoodmartCatalogUrl()
-
-