Re: Failed to get the test results at [http://localhost:80/test/ServletRedirector]
senthil kumar <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Kazuhito, My problem was resolved. Thanks a lot for your information. It was my mistake I didn't realize the begin name should be end with the same method name. Once again thanks a lot for the tip. Could you please tell me how can I have global begin method for all the test methods. -Senthil. --- Kazuhito SUGURI <[email protected]> wrote: > Hi Senthil, > > In article > <[email protected]>, > Thu, 5 Jan 2006 16:07:15 -0800 (PST), > senthil kumar <[email protected]> wrote: > senthil_cbe> 3. My test class > [snip] > senthil_cbe> public void > beginBasicAuthentication(WebRequest > senthil_cbe> theRequest) > [snip] > senthil_cbe> public void testGetHVersionGID() > throws > > Your test-case should have > beginGetHVersionGID(WebRequest) method. > The beginBasicAuthentication(WebRequest) method will > be called > for the corresponding testBasicAuthentication() > method > but not for the testGetHVersionGID(). > > You could find how Cactus runs at > http://jakarta.apache.org/cactus/how_it_works.html > > Hope this helps, > ---- > Kazuhito SUGURI > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: > [email protected] > >