Class XmlaTestContext


  • public class XmlaTestContext
    extends Object
    Common utilities for XML/A testing, used in test suite and example XML/A web pages. Refactored from XmlaTest.
    Author:
    Sherman Wood
    • Constructor Detail

      • XmlaTestContext

        public XmlaTestContext()
    • Method Detail

      • getConnectString

        public String getConnectString()
      • getDataSourcesString

        public String getDataSourcesString()
      • defaultRequests

        public String[][] defaultRequests()
        Returns a list of sample XML requests.

        Each item is a pair of strings: {test name, request}.

        NOTE: This method is called from xmlaTest.jsp. Do not remove it if you can't find calls from Java.

        Returns:
        List of sample XML requests