You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Rainer Faller <ra...@ch.glencore.com> on 2003/05/13 11:14:40 UTC

Is there a general method for beginXXX?


*  
*  LEGAL DISCLAIMER
*  This message contains confidential information for
*  the exclusive use of the person mentioned above.
*


RE: Is there a general method for beginXXX?

Posted by Vincent Massol <vm...@pivolis.com>.
Hi Rainer,

Yep! It’s been added in Cactus 1.5. Doc is in
http://jakarta.apache.org/cactus/writing/howto_testcase.html (see step
5).

You’ll need to grab Cactus 1.5dev from the nightly build area.

Thanks
-Vincent

-----Original Message-----
From: Rainer Faller [mailto:rainer.faller@ch.glencore.com] 
Sent: 13 May 2003 11:15
To: <cactus-user
Subject: Is there a general method for beginXXX?

I need a beginXXX-method for every testXXX. The content of the beginXXX
method is always the same (authorization for BEA WLS 7.0.2)
 
Is there a general begin-method like the setUp-method that is always
called? Or is there another way?
 
(I'm using jakarta-cactus-13-1.4.1.)
 
Thanks,
Rainer
=