Hi, Andriy. You didn't understood my question. I'm asking is such stupid code like ts.addTest( new TemperatureConverterTest( "testToFarenheight" ) ); ts.addTest( new TemperatureConverterTest( "testToCelsius" ) ) necessairy???? Have I to add such code for every my test method?
--- In [email protected], Andriy Panas <[EMAIL PROTECTED]> wrote: > > Hi Max, > > Monday, June 12, 2006, 1:15:13 PM, you wrote: > > mh> ts.addTest( new TemperatureConverterTest( "testToFarenheight" ) ); > mh> ts.addTest( new TemperatureConverterTest( "testToCelsius" ) ); > > I think, it is just a naming convention selected (which can be > overriden by anybody, why not) in Adobe to put > word "Test" at the end of the test case class name instead of using > the word "Test" at the beginning of the test case class name. > > Examples of naming of other Adobe's test case classes: > http://labs.adobe.com/subversion/flashplatform/projects/mappr/trunk/ tests/MapprTestRunner/MapprTestRunner.as > http://labs.adobe.com/svn/flashplatform/?/projects/flickr/trunk/ tests/FlickrTestRunner/FlickrTestRunner.mxml > > > -- > Best regards, > Andriy mailto:[EMAIL PROTECTED] > ------------------------ Yahoo! Groups Sponsor --------------------~--> You can search right from your browser? It's easy and it's free. See how. http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

