Re: Unit Testing in Struts 2.1.6

2010-08-03 Thread Cimballi
different error. Below is my code >> the two different errors I get. >> >> >> > > -- > View this message in context: > http://old.nabble.com/Unit-Testing-in-Struts-2.1.6-tp25881838p29339523.html > Sent from the Struts - User mailing list archive at Nabble.com.

RE: Unit Testing in Struts 2.1.6

2010-08-03 Thread akash uppal
try to > extend StrutsSpringTestCase and I get a different error. Below is my code > the two different errors I get. > > > -- View this message in context: http://old.nabble.com/Unit-Testing-in-Struts-2.1.6-tp25881838p29339523.html Sent from

RE: Unit Testing in Struts 2.1.6

2010-08-03 Thread akash uppal
sage in context: http://old.nabble.com/Unit-Testing-in-Struts-2.1.6-tp25881838p29339501.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

RE: Unit Testing in Struts 2.1.6

2009-10-14 Thread phillips1021
d I get a different error. Below is my code the two different errors I get. -- View this message in context: http://www.nabble.com/Unit-Testing-in-Struts-2.1.6-tp25881838p25900046.html Sent from the Struts - User mailing l

Re: Unit Testing in Struts 2.1.6

2009-10-14 Thread Bhaarat Sharma
er@struts.apache.org > Subject: Unit Testing in Struts 2.1.6 > > I have gone to the page found at > http://struts.apache.org/2.1.6/docs/how-can-we-test-actions.html. > However, the code on that page is not possible with Struts 2.1.6 > although it is found in the docs for Struts 2.1.6

RE: Unit Testing in Struts 2.1.6

2009-10-14 Thread Phillips, Bruce A
see: http://www.brucephillips.name/blog/index.cfm/2009/9/5/Unit-Testing-A-Struts-2-Action-Class--Struts-2-JUnit-Plugin Bruce -Original Message- From: Dan R. Olsen III [mailto:danec...@gmail.com] Sent: Tue 10/13/2009 5:04 PM To: user@struts.apache.org Subject: Unit Testing in Struts

Unit Testing in Struts 2.1.6

2009-10-13 Thread Dan R. Olsen III
I have gone to the page found at http://struts.apache.org/2.1.6/docs/how-can-we-test-actions.html. However, the code on that page is not possible with Struts 2.1.6 although it is found in the docs for Struts 2.1.6. How can we get this page updated to show how to test actions in Struts 2.1.6 so