[MonoDevelop] NUnit projects in MonoDevelop

Lluis Sanchez Gual slluis.devel at gmail.com
Fri Mar 25 12:42:45 EDT 2011


El dt 22 de 03 de 2011 a les 12:05 -0700, en/na Steve Lessard va
escriure:
> I'm using MonoDevelop 2.6 beta 1 (2.5.90). I've never before, in any
> version of MonoDevelop, tried to create an NUnit project until today.
> I tried creating two different NUnit projects in two different
> solutions. I have been able to figure out how to create a new NUnit
> test .cs file, but I can't figure out how to add the file to the NUnit
> project (.mdproj file.)  In fact I can't find any way to add anything
> at all to an NUnit project. Is this a problem global to all versions
> of MonoDevelop, unique to MonoDevelop 2.6 beta 1 or unique to me?

You are creating an NUnit assembly test collection project, which can be
used to run tests in existing assemblies (it's like a replacement of the
NUnit test runner).

But what you really want is to create a NUnit library project. You'll
find it under the C# section in the New Project dialog.

Lluis.





More information about the Monodevelop-list mailing list