| Package | Description |
|---|---|
| net.sourceforge.stripes.mock |
Mock objects that implement many of the Servlet and Http Servlet interfaces.
|
| Constructor and Description |
|---|
MockRoundtrip(MockServletContext context,
Class<? extends ActionBean> beanType,
MockHttpSession session)
Preferred constructor that will manufacture a request.
|
MockRoundtrip(MockServletContext context,
String actionBeanUrl,
MockHttpSession session)
Constructor that will create a requeset suitable for the provided servlet context and
URL.
|
© Copyright 2005-2006, Stripes Development Team.