[Mono-list] NUnit on linux

Nick Drochak ndrochak@gol.com
Wed, 18 Sep 2002 11:28:05 +0900


| -----Original Message-----
| From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
| Behalf Of Martin Willemoes Hansen
| Sent: Wednesday, September 18, 2002 4:19 AM
| To: mono-list@ximian.com
| Subject: [Mono-list] NUnit on linux
|
|
| Hi there!
|
| I tried out JUnit today and liked it alot, and I had a quick look at
| NUnit, now my question is does it run on Linux? Like the download page
| had some wird package of version 2 .. msi???

Yes it does.  In the mcs module on CVS (or in the pre-built packages, I
assume) there is an nunit directory.  NUnitConsole_mono.exe and
NUnitCore_mono.dll are what you need to run the unit tests contained in a
given Nunit dll.

HTH,
Nick D.