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(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
-
-
-
-
Constructor Detail
-
CmdRunnerTest
public CmdRunnerTest()
-
CmdRunnerTest
public CmdRunnerTest(String name)
-
-
Method Detail
-
getDiffRepos
protected DiffRepository getDiffRepos()
-
testQuery
public void testQuery() throws IOException
- Throws:
IOException
-
test7731
public void test7731() throws IOException
- Throws:
IOException
-
doTest
protected void doTest()
-
-