[MonoDevelop] nunit add-in. does it support nunit extensions/addin.

Charlie Poole charlie at nunit.com
Mon Dec 13 11:23:50 EST 2010


Hi Lluis,

> MonoDevelop has its own copy of nunit, which doesn't include any add-in
> or extension. It would be nice to be able to publish nunit add-ins as
> MonoDevelop add-ins, but I don't think that's currently possible, since
> nunit relies on add-in assemblies to be placed in a specific directory,
> and MonoDevelop can't do it.

NUnit requires add-ins to be in a specific location relative to it's own
assemblies, so this would probably be simple enough to deal with
if you're willing to use such a directory. Otherwise, it would be a
simple enough patch to have it look for addins relative to the
location of the monodevelop nunit addin.

That said, I'm sure there are lots of other things that need to be
done and one of the goals of NUnit 3.0 - still without a projected
release date - is to permit easier incorporation of NUnit and its
addins into other programs. This is happening in two ways:

1. Some extensions won't need to be addins at all. There's a
simpler model using inheritance for many framework-only
extensions.

2. Where a true addin is needed, we plan to use Mono.Addins.

Given the above, you may want to do without nunit addins for
now, waiting for 3.0.

Charlie

> Lluis.
>
>
> El dg 12 de 12 de 2010 a les 14:36 -0500, en/na michael herndon va
> escriure:
>> Does the mono develop nunit add-in support extending nunit.core's
>>  nunit addins & extensions (AddinRegistry, ITestDecorator,
>> ISuiteBuilder, etc)?
>> _______________________________________________
>> Monodevelop-list mailing list
>> Monodevelop-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


More information about the Monodevelop-list mailing list