Package mondrian.tui

Class MockServletContext

  • All Implemented Interfaces:
    ServletContext

    public class MockServletContext
    extends java.lang.Object
    implements ServletContext
    Partial implementation of the ServletContext where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.

    Currently it is used in both the CmdRunner and in XMLA JUnit tests. If you need to add to this implementation, please do so.

    Author:
    Richard M. Emberson