public class SteelWheelsSchemaTest extends SteelWheelsTestCase
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SteelWheelsSchemaTest.Mondrian756SchemaProcessor  | 
| Constructor and Description | 
|---|
SteelWheelsSchemaTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
testBug1285()
This is a test for
 MONDRIAN-1285
 On MS SQL server only the MDX query would throw
 java.lang.ClassCastException:
 java.lang.Integer cannot be cast to java.lang.Double
 keys. 
 | 
void | 
testBugMondrian755()
Test case for bug 
 MONDRIAN-755, "Getting drillthrough count results in exception". 
 | 
void | 
testBugMondrian756()
Test case for bug 
 MONDRIAN-756, "Error in RolapResult.replaceNonAllMembers leads to
 NPE". 
 | 
void | 
testBugMondrian756b()
Test case for bug 
 MONDRIAN-756, "Error in RolapResult.replaceNonAllMembers leads to
 NPE". 
 | 
void | 
testBugMondrian805()
Test case for
 bug MONDRIAN-805,
 "Two dimensions with hasAll=false fail". 
 | 
void | 
testBugMondrian935()  | 
void | 
testDoubleValueCanBeRankedAmongIntegers()  | 
void | 
testEsr1587()
Tests a query that is generated by Analyzer to query members. 
 | 
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. 
 | 
void | 
testMondrian1133()  | 
void | 
testMondrian1197()
Fix for
 MONDRIAN-1197
 Not all members were created the same. 
 | 
void | 
testMondrian1252()
Members stored in cache after role filtering would get picked up by a
 different role, resulting in fewer results or none at all. 
 | 
void | 
testMondrian1273()  | 
void | 
testMondrian1360()
This is a test for
 MONDRIAN-1360
 Member Unique Name is incorrect for a calculated member on a shared
 dimension whose name is different from the dimension it is based on. 
 | 
void | 
testMondrian1464()
This is a test for
 MONDRIAN-1464
 Invalid filter SQL generated on numeric column 
 | 
void | 
testMondrianBug476_770_957()  | 
void | 
testPropertyWithParameterOfTimestampType()
 | 
void | 
testRangeSortWithNullKeys()
This is a test for
 ANALYZER-1259
 Using the range operator on a level with null keys returned weird
 results. 
 | 
createContext, getTestContextcountTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringassertEquals, 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, failpublic void testMeasures()
public void testMondrian1273()
public void testMarkets()
public void testBugMondrian755()
public void testBugMondrian756()
duplicate bug MONDRIAN-805public void testBugMondrian756b()
duplicate bug MONDRIAN-805public void testBugMondrian805()
public void testMondrianBug476_770_957()
                                throws Exception
Exceptionpublic void testBugMondrian935()
public void testPropertyWithParameterOfTimestampType()
                                              throws Exception
A Parameter type of date or timestamp was causing an exception because those types were not implemented correctly.
Exception - on errorpublic void testEsr1587()
public void testMondrian1133()
public void testMondrian1197()
public void testRangeSortWithNullKeys()
public void testBug1285()
public void testDoubleValueCanBeRankedAmongIntegers()
public void testMondrian1360()
public void testMondrian1464()