Hi Natcho,

1/ there's nothing wrong with your test
2/ are you sure the output logs do not get redirected to some files?
3/ how are you running your Cactus tests?

Thanks
-Vincent

> -----Original Message-----
> From: Electric Natcho [mailto:[EMAIL PROTECTED]
> Sent: 18 March 2004 23:54
> To: [EMAIL PROTECTED]
> Subject: going nuts with beginXXX & endXXX
> 
> Hi, I'm using Cactus 1.5 & HttpUnit 1.5.4 and I'm running my tests
from
> ant
> using the cactus task.
> 
> I can't get the beginXXX or endXXX methods to run but testXXX does
work.
> I've copied in many examples, tried to simplify it as much as possible
and
> still can't get it to work. What am I missing?
> 
> The example below will only print from testXXX().
> 
> import org.apache.cactus.*;
> /**
>  */
> public class TestExamplesAction extends ServletTestCase {
> 
>     public TestExamplesAction(String testName) {
>         super(testName);
>     }
> 
>     public void beginXXX(WebRequest theRequest)
>       {
>       System.out.println("beginXXX!!! WWWWWWWWWWOoooooooooo");
>       }
> 
>     public void testXXX()
>       {
>       System.out.println("testXXX!!! WWWWWWWWWWOoooooooooo");
>       }
> 
>       public void endXXX(WebResponse theResponse)
>       {
>               System.out.println("endXXX!!! WWWWWWWWWWOoooooooooo");
>       }
> }
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to