Class XmlaTest


  • public class XmlaTest
    extends TestCase
    Unit test for refined Mondrian's XML for Analysis API (package mondrian.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.
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlaTest​(java.lang.String name)  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlaTest

        public XmlaTest​(java.lang.String name)
    • Method Detail

      • setUp

        protected void setUp()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        protected void tearDown()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • runTest

        protected void runTest()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • suite

        public static TestSuite suite()