mondrian.test
Class SteelWheelsPerformanceTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
mondrian.test.SteelWheelsPerformanceTest
- All Implemented Interfaces:
- Test
public class SteelWheelsPerformanceTest
- extends TestCase
Those performance tests use the steel wheels schema
and are not meant to be run as part of the CI test suite.
They must be deactivated by default.
- Author:
- LBoudreau
|
Method Summary |
TestContext |
getTestContext()
Returns the test context. |
void |
testComplexFilters()
This test execute a specially crafted query with
tons of filters and sort to test the performance
of some bug fixes before/after. |
| 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 |
SteelWheelsPerformanceTest
public SteelWheelsPerformanceTest(String name)
getTestContext
public TestContext getTestContext()
- Returns the test context. Override this method if you wish to use a
different source for your FoodMart connection.
testComplexFilters
public void testComplexFilters()
throws Exception
- This test execute a specially crafted query with
tons of filters and sort to test the performance
of some bug fixes before/after.
- Throws:
Exception