NUnit: Twitter notification Addin

Some days ago my good friend Gian Maria Ricci showed on his blog Alkampfer’s Place a nice way to integrate twitter and TFS showing how you can have tweets related to TFS actions. The idea was pretty cool, I actually do not a have a TFS up and ...


NUnit extensibility: an Addin to dynamically load other Addins

One of the major problems when it comes to NUnit extensibility is the limitation that you must deploy your Addins in a subfolder (named ‘addins’) under the installation (or run) path of NUnit, so if you build some customization and extension an...


NUnitit: Visual Studio Addin to support NUnit and some customizations to it

These days I’m heavily working on NUnit to build some extensions to the testing framework we need on our projects. We need a simple way to launch our tests inside visual studio while developing. Our first solution was to use TestDriven.NET or t...