Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is "Run Tests" in monodevelop

I have a solution already containing a library with NUnit tests. When I develop with Visual Studio, I normally run these tests with the nunit.exe binaries I have included in a tools\nunit folder in my project.

I'm now developing the same solution with monodevelop. I'm pretty sure I remember that there was an integrated "run tests" action in monodevelop, and I would like to use this to run the tests. According to this article there should be a "View - Unit Tests" menu item. However, I must be doing something wrong/special because I can't find it.

How do I run my NUnit tests with Monodevelop?

like image 462
Wim Coenen Avatar asked Dec 03 '10 01:12

Wim Coenen


People also ask

How do I run a test in Visual Studio?

Run tests in Test Explorer If Test Explorer is not visible, choose Test on the Visual Studio menu, choose Windows, and then choose Test Explorer (or press Ctrl + E, T). As you run, write, and rerun your tests, the Test Explorer displays the results in a default grouping of Project, Namespace, and Class.


1 Answers

Try this:

sudo apt-get install monodevelop-nunit 
like image 131
head_thrash Avatar answered Sep 23 '22 12:09

head_thrash