com.meterware.servletunit
Class JUnitServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.meterware.servletunit.JUnitServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public abstract class JUnitServlet
extends HttpServlet

A base class for a servlet which can run unit tests inside a servlet context.

Author:
Russell Gold
See Also:
Serialized Form

Constructor Summary
protected JUnitServlet(InvocationContextFactory factory)
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitServlet

protected JUnitServlet(InvocationContextFactory factory)
Method Detail

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet