Since version 2.1, both the Console runner and the GUI runner of NUnit can load tests from multiple test assemblies. The NUnit documentation contains more information about this feature. Still there can be one or more obstacles when you use multiple test assemblies.
Adhoc projects
The Console runner accepts more than one test assemblies as command line [...]
Last week I watched some videos about ASP.NET MVC. Rob Conery creates in episode 11 of the “ASP.NET MVC Storefront” series an ASP.NET MVC Component. Using components you can call an action method of a ComponentController and insert the rendered result into the view. Mike Bosch explains this concept in a blog post.
In ASP.NET MVC [...]
I released a new version of the RowTest Extension. I made following changes:
The description of a Row attribute will be copied to the created test case.
You can download it from the RowTest Extension page.
Technorati Tags NUnit, nunitaddin, rowtest, unit-testing
Roy Osherove wrote a new tool, called Depender. It inspects the types within an assembly and tries to find possible testability problems and places where you can already use seams to inject your own implementation. If you’re not familiar with the concept of seams you might want to read Michael Feather’s book “Working Effectively with [...]
Charlie Poole released NUnit 2.4.7 today. This release eliminates some problems related to NUnit’s interaction with log4net and various bugs are also addressed. The release notes contain more detailed information.
RowTest Extension 1.2.2 is packaged in the NUnit extension assemblies. It’s the first time that an externally developed addin is included in a release of NUnit. [...]
I released a new version of the RowTest Extension. I made following changes:
null cannot be used as argument on .NET Framework 1.1. A new enum value SpecialValue.Null can be used instead. If the RowTest addin finds this value as argument the value will be translated to null.
Fixed Bug: Common NUnit attributes like Category, Description etc. [...]
Bazaar is a distributed version control system (DVCS) written in Python with many interesting features. Like all DVCS it supports disconnected operation which means that you don’t have to be connected to a central repository to commit changes or to view the history.
Launchpad is a free software hosting and development site. Another well-known site of [...]
Posted in VCS | Tagged Bazaar, launchpad |