Package mondrian.tui

Class MockHttpServletResponse

  • All Implemented Interfaces:
    HttpServletResponse, ServletResponse

    public class MockHttpServletResponse
    extends Object
    implements HttpServletResponse
    This is a partial implementation of the HttpServletResponse 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