Package | Description |
---|---|
net.sourceforge.stripes.mock |
Mock objects that implement many of the Servlet and Http Servlet interfaces.
|
Modifier and Type | Method and Description |
---|---|
MockServletContext |
MockRoundtrip.getContext()
Get the ActionBean context to be used by this round trip
|
Modifier and Type | Method and Description |
---|---|
protected void |
MockRoundtrip.setContext(MockServletContext context)
Set the ActionBean context to be used by this round trip
|
Constructor and Description |
---|
MockRoundtrip(MockServletContext context,
java.lang.Class<? extends ActionBean> beanType)
Preferred constructor that will manufacture a request.
|
MockRoundtrip(MockServletContext context,
java.lang.Class<? extends ActionBean> beanType,
MockHttpSession session)
Preferred constructor that will manufacture a request.
|
MockRoundtrip(MockServletContext context,
java.lang.String actionBeanUrl)
Constructor that will create a requeset suitable for the provided servlet context and
URL.
|
MockRoundtrip(MockServletContext context,
java.lang.String actionBeanUrl,
MockHttpSession session)
Constructor that will create a requeset suitable for the provided servlet context and
URL.
|
? Copyright 2005-2006, Stripes Development Team.