Re: Unit Test Cocoon

2002-12-11 Thread Charlene Mitchell
anyone successfully use JUnit and/or Cactus to Unit Test Cocoon actions/generators etc ? I have my own generators and actions but I'm not sure how to call them from JUnit, how to pass in what they would normally expect to receive. e.g. an action receives public Map act(Redirector

Unit Test Cocoon

2002-12-10 Thread Charlene Mitchell
Hi, Does anyone successfully use JUnit and/or Cactus to Unit Test Cocoon actions/generators etc ? I have my own generators and actions but I'm not sure how to call them from JUnit, how to pass in what they would normally expect to receive. e.g. an action receives public Map act(Redirector

Re: Unit Test Cocoon

2002-12-10 Thread Kevin O'Neill
On Tue, 2002-12-10 at 19:40, Charlene Mitchell wrote: Hi, Does anyone successfully use JUnit and/or Cactus to Unit Test Cocoon actions/generators etc ? I have my own generators and actions but I'm not sure how to call them from JUnit, how to pass in what they would normally expect