Craig or anyone else, I am creating a test framework using JUnit, XMLUnit, HTTPUnit, and Digester. I have the basics set up, but I have one problem. How do set up an ObjectCreate with a constructor parameter? junit.framework.TestCase takes a String in the constructor, and I would like to emulate that. How do I? Or do I have to set up an empty constructor, and then add a setName()? Thanks, Scott Sanders
- Re: [Digester] Object Create with a constructor para... Scott Sanders
- Re: [Digester] Object Create with a constructor... Craig R. McClanahan
