Package mondrian.test
Class SteelWheelsPerformanceTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.SteelWheelsPerformanceTest
-
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
-
-
Constructor Summary
Constructors Constructor Description SteelWheelsPerformanceTest(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Constructor Detail
-
SteelWheelsPerformanceTest
public SteelWheelsPerformanceTest(String name)
-
-
Method Detail
-
getTestContext
public TestContext getTestContext()
Returns the test context. Override this method if you wish to use a different source for your FoodMart connection.
-
-