Package mondrian.tui

Class MockHttpServletRequest

  • All Implemented Interfaces:
    HttpServletRequest, ServletRequest

    public class MockHttpServletRequest
    extends Object
    implements HttpServletRequest
    Partial implementation of the HttpServletRequest 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