Re: [shale] Best practice for unit testing Tag class?

2006-06-06 Thread Craig McClanahan
On 6/6/06, Sean Schofield <[EMAIL PROTECTED]> wrote: Is there a recommended practice for testing out my JSP Tag classes? Is this even desirable? I'm thinking that its nice to verify that values and value bindings are being set properly. Maybe we could add something to shale-test that could com

[shale] Best practice for unit testing Tag class?

2006-06-06 Thread Sean Schofield
Is there a recommended practice for testing out my JSP Tag classes? Is this even desirable? I'm thinking that its nice to verify that values and value bindings are being set properly. Maybe we could add something to shale-test that could combine the mock stuff with a real tag? I'm still working