Hello:
I'm trying to wrap an existing test case using ServletTestSuite:
ServletTestSuite suite = new ServletTestSuite();
suite.addTestSuite( MyTest.class);
 
If I do that, the setUp method of MyTest does not run. However, if I extend MyTest from ServletTestCase, everything works as advertised. Could you shed some light on that?
 
Thanks a lot,
Alexander
 

Reply via email to