|
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
|
- Re: setUp does not run with ServletTestSuite Alexander Ananiev
- Re: setUp does not run with ServletTestSuite christian_weiler
- Re: setUp does not run with ServletTestSuite Alexander Ananiev
- RE: setUp does not run with ServletTestSuit... Vincent Massol
- RE: setUp does not run with ServletTestSuit... Vincent Massol
