Browse by Tags

All Tags » NUnit (RSS)

Silverlight NUnit Projects

I've been doing some experiments to find out if it's possible to execute NUnit on a Silverlight project. I knew that Visual Studio 2008 and Expression Blend both host Silverlight for use in the designer window. It turns out that rather than host a separate...

TestDriven.Net 2.13: Support for NUnit 2.4.7

The latest release of TestDriven.Net is now compiled against NUnit 2.4.7 . This version of NUnit includes Andreas Schlapsi 's popular RowTest extension. The RowTest attributes have been moved to the 'nunit.framework.extensions' assembly (which you can...

TestDriven.Net 2.11: Parameterized NUnit Tests

TestDriven.Net has always supported parameterized test methods when used with the MbUnit testing framework. When using MbUnit, it is common for a single test method to execute multiple tests with different parameter inputs. The most famous of these test...

Microsoft and TestDriven.Net

It has been over a month since my last update. I just want to put to rest any rumors of TestDriven.Net 's early demise. With the help of my lawyers , I responded to Microsoft's lawyers ' letter and am now attempting to come to a resolution of the issues...

TestDriven.NET 2.4 Beta + NUnit 2.4 RC2

I have just uploaded a new build of TestDriven.NET with support for NUnit 2.4 RC2 . Rather than simply swap out NUnit 2.2.9 for NUnit 2.4 RC2 I'm including both versions side by side. This means more conservative users can stick with NUnit 2.2.9 and...

Google Code Search

At the moment Google appears to be spidering CVS repositories and archives (ZIP files etc.) It surely won't be long before Subversion is included in that list since that is what Google Project Hosting uses! Lots more info on Google Blogscoped including...
Posted by Jamie Cansdale | 4 comment(s)
Filed under: , ,

CoverageExclude

Eric Sink recently wrote an article, advocating the use of code coverage . In the article Eric writes about a hobby project of his where he has managed to achieve 100% code coverage. The following may be of interest to anyone who finds themselves driven...

Mono 1.1.7 and NUnit

On the NUnit developers mailing list Cory Fox writes : See attached - this is the 1.1.17 latest Mono release running the 2.4 Release Candidate code with the GUI build turned on, under Gentoo Linux. This is great news, because no special anything was necessary...
Posted by Jamie Cansdale | 3 comment(s)
Filed under: , , ,

Charlie Poole @ OSCON

Charlie Poole has just returned from OSCON and seems to be on a bit of a roll. He writes: NUnit on Linux Running NUnit Tests in Ruby I "Discover" Ruby This last few days I keep hearing people rave about Ruby . Last week Sean McCormack was singing...
Posted by Jamie Cansdale | 1 comment(s)
Filed under: , ,

ClassLibrary Projects and App.config

In Visual Studio .NET 2003 if you want you unit tests to use an app config file you need to ensure a config file exists with the same path as your test assembly but ending with '.config'. Life has improved a bit with Visual Studio 2005 as it will automatically...
Posted by Jamie Cansdale | 4 comment(s)
Filed under: , ,
More Posts