资 源 简 介
**This project is no longer supported as a standalone project. At this time, it still works, and there may be a future release, but no promises are made as far as support, bug resolution, etc.**
This Struts2 plugin provides classes for fast and complete test writing. Includes additional test classes for testing applications that employ Spring and/or Jersey JAX-RS as well.
Main Features
Specifying one or more Struts config files at class- and method-level
Test class dependency injection allowing Struts beans to be set on test classes using the @Inject annotation
Provides simple access to action proxies, request, response, session, etc.
Provides proxies for handling multipart requests
Can set default of the action proxies" executeResult field to be false for cases when results should not be executed (such as Tiles results).
Provides utility for acquiring action proxies that will pass validation the the To