|
From: Olivier J. <oli...@pc...> - 2004-09-28 19:37:22
|
Eugene Kuleshov wrote: >> I'd vote for xxxTest, without presuming if it contains one or more >> tests. If I'm not mistaken, that's the standard enforced by Eclipse >> plugin for instance. > > > If I'm not mistaken Eclipse plugin is verifying if test case extends > TestCase class... > Right, the word "enforce" may be too strong. It only propose to suffix with ...Test when selecting "new Junit TestCase", but you are free to change later. On another hand, the junit faq itself proposes just Test as suffix http://junit.sourceforge.net/doc/faq/faq.htm#organize > regards, > Eugene Olivier |