Re: The BeginXXX method is not getting called

"Chris Allen" <[email protected]>
Newsgroups gmane.comp.jakarta.cactus.user
Message-ID <[email protected]>
Hi Kumuda,

You can always put a call to your method in setUp() .  Just override
that method and it is guaranteed to be called when the tests for this
class begins. You can create one that looks like this and it should
work fine:

        protected void setUp() throws Exception {
		super.setUp();
                //call your method here
                beginXXX();
	}

I hope that helps.

-Chris

On 3/15/06, Kumuda Bhaskar <[email protected]> wrote:
> Hello,
>
> In my Tester class, I have written beginXXX() method.
>
> But that method is not getting called when I ran the Tester.
>
> How will I make sure that the beginXXX() method should be called??
>
>
>
> Thanks and Regards
>
> KumudaRajarshi
>
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.