From: Scott L. <sl...@sl...> - 2002-04-22 18:06:40
|
On Mon, Apr 22, 2002 at 01:25:44PM -0400, lau...@ma... wrote: > in the testNoMissingParameters() method, I get an error. This kinda tells me > that I'm not setting up the servlet properly. Am I correct in my assessment? > What am I not understanding at this point? What sort of error? Your test code looked good to my semi-educated eye. Are you sure it is not working correctly and finding a bug in the code you are testing? If you are just seeing "this test caused an error", you are not seeing all the output junit is producing - it should have more helpful information. How are you running junit? I typically run it as an ant task, configured to say something like that but also produces a report file with more verbose output. -- Scott Lamb |