I'm creating an ActionBean that takes a request that contains an XML message. Is there a way for me to simulate this operation using the mocking framework included in Stripes?
I just realized I could probably just mock it from a custom ActionBeanContext method while the actual application context implementation will access the request object directly.