[Mono-devel-list] NUnit Regression test suites.

Gert Driesen gert.driesen at pandora.be
Tue Jan 18 01:42:10 EST 2005


Rafeal,

Wouldn't it be best to work together with the NUNit team to get these
features (in some form) in the NUnit project ?

I'm not sure if adding features to the Mono fork of NUnit is really a good
idea.

I've copied Charlie Poole (Nunit) in on this.
 
Gert

> -----Original Message-----
> From: mono-devel-list-admin at lists.ximian.com 
> [mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of 
> Rafael Teixeira
> Sent: dinsdag 18 januari 2005 0:26
> To: Mono devel list
> Cc: Nick Drochak
> Subject: Re: [Mono-devel-list] NUnit Regression test suites.
> 
> Well this is my initial work on having nunit support ExternalFilters,
> after that we can just construct RunWhenBugFixed in a Mono-specific
> way if needed by subclassing:
> 
> namespace Mono.UnitTesting {
> 
> class RunWhenBugFixedAttribute :  NUnit.Framework.RunWhenAttribute {
> 
> public RunWhenBugFixedAttribute(string bugNumbersCommaSeparated) :
> base(typeof(BugzillaChecker), "http://bugzilla.ximian.com/," +
> bugNumbersCommaSeparated) {}
> 
> }
> 
> ...
> 
> I'll will proceed but would love your comments...
> 
> Fun,
> 
> 
> On Mon, 17 Jan 2005 07:52:05 +0900, Nick Drochak 
> <ndrochak at gol.com> wrote:
> > >| Since Rafael Teixeira was willing to implement the
> > >| "[RunWhenBugFixed("34883")]" thing (which IMHO is great!), maybe
> > >| it would be better to put the bug number in the attribute and not
> > >| in a comment...
> > >|
> > 
> > That is a much better idea.
> > 
> > Since Miguel and I are starting to mark bugs now to get the 
> tests green,
> > maybe we should implement a RunWhenBugFixed attribute that 
> does nothing at
> > this point. Rafael can add the functionality later.  If we 
> have that, we
> > won't have to go back and edit the sources again.
> > 
> > I'm not sure what assembly it should live in though, maybe an
> > nunit-mono.dll?
> > 
> > Nick D.
> > 
> > 
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > 
> 
> 
> -- 
> Rafael "Monoman" Teixeira
> ---------------------------------------
> I'm trying to become a "Rosh Gadol" before my own eyes. 
> See http://www.joelonsoftware.com/items/2004/12/06.html for 
> enlightment.
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nunit-runwhen.patch
Type: application/octet-stream
Size: 8770 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050118/a33be68a/attachment.obj 


More information about the Mono-devel-list mailing list