|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
mondrian.test.SteelWheelsTestCase
public class SteelWheelsTestCase
Unit test against Pentaho's Steel Wheels sample database.
It is not required that the Steel Wheels database be present, so each test should check whether the database exists and trivially succeed if it does not.
Constructor Summary | |
---|---|
SteelWheelsTestCase()
Creates a SteelwheelsTestCase. |
|
SteelWheelsTestCase(java.lang.String name)
Creates a SteelwheelsTestCase. |
Method Summary | |
---|---|
TestContext |
getTestContext()
Returns the test context. |
void |
testMarkets()
Test case for Infobright issue where [Markets].[All Markets].[Japan] was not found but [Markets].[All Markets].[JAPAN] was OK. |
void |
testMeasures()
Sanity check, that enumerates the Measures dimension. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SteelWheelsTestCase(java.lang.String name)
name
- Test case name (usually method name)public SteelWheelsTestCase()
Method Detail |
---|
public TestContext getTestContext()
public void testMeasures()
public void testMarkets()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |