Package mondrian.test
Class CmdRunnerTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.test.CmdRunnerTest
-
public class CmdRunnerTest extends FoodMartTestCase
Unit test forCmdRunner
.- Since:
- Jun 2, 2006
- Author:
- jhyde
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class mondrian.test.FoodMartTestCase
FoodMartTestCase.QueryAndResult
-
-
Field Summary
-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Constructor Summary
Constructors Constructor Description CmdRunnerTest()
CmdRunnerTest(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doTest()
protected DiffRepository
getDiffRepos()
void
test7731()
void
testQuery()
-
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
-
getDiffRepos
protected DiffRepository getDiffRepos()
-
testQuery
public void testQuery() throws java.io.IOException
- Throws:
java.io.IOException
-
test7731
public void test7731() throws java.io.IOException
- Throws:
java.io.IOException
-
doTest
protected void doTest()
-
-