[Mono-list] nunit

Timotheus Pokorra timotheus.pokorra at solidcharity.com
Mon Jul 28 05:59:24 UTC 2014


Hello Andreas,
> i would like to use nunit from console. compiling sources with mcs and
> starting the test with nunit-console.
> but nunit.xxx.dll are in /lib/usr/monodevelop/AddIns/ only ?
MonoDevelop does not include the full NUnit, just some dlls.
But mono does include the nunit-console.exe: please check
/usr/lib/mono/2.0/nunit-console.exe or
/usr/lib/mono/2.0/nunit-console.exe.

> and i could not
> find out how to compile the sources using nunit.framwork.
You should include a reference to nunit.framework.dll in the source project.
nunit.framework should be part of the GAC, and listed in the
Monodevelop references dialog.

I hope this helps,
  Timotheus


More information about the Mono-list mailing list