| javax.servlet.http.HttpServlet com.meterware.servletunit.JUnitServlet
JUnitServlet | public class JUnitServlet extends HttpServlet (Code) | | A servlet which can run unit tests inside a servlet context. It may be extended to provide InvocationContext-access
to such tests if a container-specific implementation of InvocationContextFactory is provided.
Combined with ServletTestCase, this would permit
in-container tests of servlets in a fashion similar to that supported by ServletUnit.
author: Russell Gold |
Inner Class :class ServletTestRunner extends BaseTestRunner | |
Inner Class :abstract static class ResultsFormatter | |
Inner Class :abstract static class DisplayedResultsFormatter extends ResultsFormatter | |
Inner Class :static class TextResultsFormatter extends DisplayedResultsFormatter | |
Inner Class :static class HTMLResultsFormatter extends DisplayedResultsFormatter | |
Inner Class :static class XMLResultsFormatter extends ResultsFormatter | |
JUnitServlet | public JUnitServlet()(Code) | | |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|