Package mondrian.xmla.test
Class XmlaTest
- java.lang.Object
-
- TestCase
-
- mondrian.xmla.test.XmlaTest
-
public class XmlaTest extends TestCase
Unit test for refined Mondrian's XML for Analysis API (packagemondrian.xmla
).- Author:
- Gang Chen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XmlaTest.OtherTest
Non diff-based unit tests for XML/A support.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
runTest()
protected void
setUp()
static TestSuite
suite()
protected void
tearDown()
-
-
-
Constructor Detail
-
XmlaTest
public XmlaTest(String name)
-
-