Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NUnit on Mono?

Tags:

mono

nunit

Does anyone know if you can run NUnit on Mono? The reason I ask is because on the download page it says:

For some releases, we provide a zipped package for use under Mono.

However, the only release that actually has a separate mono release (judging by its label that says "mono:" and then shows the .zip) is the ancient 2.2. NUnit's most recent version is 2.4.8 so I would really rather not use that old of a version.

Can you use the recent version of NUnit on Mono? If not, is there anything I could do to get it to work? What exactly makes something Mono runnable?

like image 744
ryeguy Avatar asked Mar 05 '09 04:03

ryeguy


People also ask

What type of testing does NUnit support?

NUnit is a Unit Testing framework that supports all the . NET languages. It was initially ported from JUnit.

Is NUnit a test runner?

The NUnit test runner contains the program entry point to run your tests. dotnet test starts the test runner using the unit test project you've created.

Is NUnit unit test?

NUnit is a unit testing tool ported initially from JUnit for . Net Framework and is completely an Open Source Project.


1 Answers

Mono 2.4 will ship with NUnit 2.4.8, and has been in use by the Mono project for their tests for several months, so it should work pretty well.

Mono 2.4 preview: http://mono.ximian.com/monobuild/preview/download-preview/

like image 77
jpobst Avatar answered Oct 05 '22 06:10

jpobst