Loren Halvorson's Blog

If your only tool is a hammer...

RUnit lets you run NUnit tests in ASP.NET applications

Jamie Cansdale just sent me a link to a very cool tool by Steve Saxon called RUnit that lets you run NUnit tests inside ASP.NET. Simple and elegant. http://www.ruxp.net/runit.asp. Nice job Steve.

 

Comments

Ivan said:

Hmmm, and how exaclty is that different from NUnitAsp? Docs for RUnit are more than brief. Would you care to elaborate?
# November 15, 2004 2:35 PM

Lorenh said:

Well I haven't played with it too much yet, but it is quite different than NUnitASP, and it certainly doesn't replace it. This would be very useful if you wanted to leverage NUnit tests for health-monitoring, or installation verification, or if you had some NUnit tests that could only run under ASP.NET due to dependency on ASP.NET objects. Documentation is pretty scant, but really there isn't that much to it, which is part of it's beauty. Download the source and take a look, it's tiny.
# November 15, 2004 4:55 PM