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
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 |
JUnitServlet
protected JUnitServlet(InvocationContextFactory factory)
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet