Classes for unit testing servlets, providing internal access to running servlets using a simulated servlet container.
See: Description
Interface Summary | |
---|---|
InvocationContext | An interface which represents the invocation of a servlet. |
InvocationContextFactory | An interface for an object which acts as a factory of InvocationContexts |
JSPServletDescriptor | Describes a servlet used to handle JSPs. |
Class Summary | |
---|---|
JUnitServlet | A servlet which can run unit tests inside a servlet context. |
ServletRunner | This class acts as a test environment for servlets. |
ServletRunner.JasperJSPServletDescriptor | |
ServletTestCase | A base class for test cases to be run via {@link JUnitServlet JUnitServlet}. |
ServletUnitClient | A client for use with the servlet runner class, allowing the testing of servlets without an actual servlet container. |