Hi, The answer is no. The format is:
beginXXX testXXX endXXX where XXX is whatever you want. -Vincent > -----Original Message----- > From: karthik Guru [mailto:[EMAIL PROTECTED] > Sent: 19 September 2003 11:43 > To: Cactus Users List > Subject: test method name does not begin with "test" > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
