[Mono-devel-list] NUnit Regression test suites.
Rafael Teixeira
monoman at gmail.com
Mon Jan 17 18:25:42 EST 2005
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: text/x-patch
Size: 8770 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050117/7d45b510/attachment.bin
More information about the Mono-devel-list
mailing list