Just wanted to know,
If my test method name does not start with "test" and
then if i supply the test name in the constructor
(while adding the test suite) ,w'd i still be able to
get cactus to execute the corresponding begin and end?
class SomeTest{
SomeTest(String name)
begincreateTest()
createTest()
endcreateTest()
}
and then i do
suite.add(new SomeTest("createTest"));
Have I named my begin and end correctly?
thanks,
karthik
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]