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 "Pujari, Ashis" <as...@cbm.com> on 2004/01/13 23:40:27 UTC

junit question

Is there any method that gets called when the TestCase class is
instantiated.
Setup and teardown are called at every test case call.  I want something
like an init method.