Can I pass parameters to ServletTestCase ?
"Jean-Charles Giardina" <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, Can I pass URL parameters to a ServletTestCase ? I want to test more and more value with the same test method. I don't want to recompile to change value. I want to use an URL like : http://localhost/ServletTestRunner?suite=my.tests.MyTest&foo=bar where "foo" is the parameter name and "bar" is the parameter value. Thks