Re: Struts 2 and Validation Testing

2007-07-16 Thread daniel H.
Thanks. I did get the same error with Struts 2.0.6 and Junit 4.0. After adding the statement of ObjectFactory in setUpBeforeClass, it works. Daniel H. Ben Morgan wrote: k hall wrote: I really like Struts 2 but has anyone had any success in testing Struts 2's action validation logic

Re: Struts 2 and Validation Testing

2007-05-17 Thread Ben Morgan
k hall wrote: I really like Struts 2 but has anyone had any success in testing Struts 2's action validation logic? I also really like Struts2 and have been suffering the same irritation with testing validation logic. Having spent a while stepping through the code, it appears

Re: Struts 2 and Validation Testing

2007-04-09 Thread Thomas Ferris Nicolaisen
this message in context: http://www.nabble.com/Struts-2-and-Validation-Testing-tf3451623.html#a9872429 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts 2 and Validation Testing

2007-04-06 Thread Rich Thornett
... -- View this message in context: http://www.nabble.com/Struts-2-and-Validation-Testing-tf3451623.html#a9872429 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Struts 2 and Validation Testing

2007-03-29 Thread Thomas Ferris Nicolaisen
at com.opensymphony.xwork2.validator.ValidatorFileParser.parseValidatorDefinitions(ValidatorFileParser.java:125) ... 33 more On 3/23/07, k hall [EMAIL PROTECTED] wrote: I really like Struts 2 but has anyone had any success in testing Struts 2's action validation logic? http://struts.apache.org/2.x/docs/how

Struts 2 and Validation Testing

2007-03-22 Thread k hall
I really like Struts 2 but has anyone had any success in testing Struts 2's action validation logic? http://struts.apache.org/2.x/docs/how-do-i-unit-test-my-actions-validation-logic.html I'd like to test the validation messages I receive but get an exception where the objectFactory is null