Alexey Varlamov wrote: > 2007/4/27, Leo Li <[EMAIL PROTECTED]>: >> Hi, all: >> When fixing bugs, I will add some regression tests. But if they are >> appended to the original test files, they will still in the exclude list >> since I can not fix all problems of a test file in one time. So I >> decide, if >> no one objects, to add another test file, for example, >> BeanContextSupport2Test, parallel with the original excluded >> BeanContextSupportTest, to include the added regression ones in order to >> ensure our future progress will not break something.:) > > Some people use XXXRTest naming pattern, it seems a bit more descriptive ;) > i.e. BeanContextSupportRTest in your case
I think '2' is more readily recognized as additional tests than 'R'. I realise they are regression tests, but I don't see why they are called out as different to regular unit tests. Regards, Tim
