Closed GoogleCodeExporter closed 8 years ago
This plugin uses Struts2 Interceptors for Session injection. So you cannot use
pure JUnit test cases. Use Struts2 Junit Plugin.
Although, you can change your "setUp" method. Inject, by reflection or by
"setter", the session object in your DAO object.
Original comment by jyoshiriro
on 16 Sep 2010 at 4:55
Original issue reported on code.google.com by
rmjoh...@gmail.com
on 15 Sep 2010 at 1:12Attachments: