TestDriven.NET by Jamie Cansdale
Zero Friction Unit Testing for Visual Studio .NET
-
Uninstall of InstallShield Developer can break TestDriven.NET
A few people have had problems with TestDriven.NET after they uninstall InstallShield. It appears that important Windows COM components are removed on uninstall. If you reinstall InstallShield, TestDriven.NET starts working again.
-
Eli Lopian's blog
Eli Lopian from TypeMock has started blogging. Simply going on TypeMock's excellent documentation, this will be one to watch.
-
WiX v3 in Visual Studio!
-
TestDriven.NET + TypeMock.NET
I have recently been working with Eli Lopian from TypeMock so ensure that TestDriven.NET and TypeMock.NET work nicely together. TypeMock is a mocking framework that allows virtually any .NET Type to be mocked (the only exception being types defined in mscorlib).
-
Reflector on Mono 1.1.17
Here's a screenshot of Reflector running on Mono 1.1.17. The tree view seems to work fine. Unfortunately the Dissasembler view is throwing an exception. Still very impressive. I expect it will be working a lot better in the next release. Well done Mono team! :)
-
Mono 1.1.7 and NUnit
-
TestDriven.NET 2.0.1761 - RC1
I have recently uploaded TestDriven.NET-2.0.1761 RC1 to the website. This version has been in use by a small group of users for a few days. It has so far proven to be very stable, with no new issues reported. There have been some significant bug fixes and improvements since the last build so please don't hesitate to download it. You will find release notes for 'Beta 1' and 'RC1' in the ZIP. Here are a few highlights:
-
Go To Reflector
A few weeks ago I wrote a post about some Reflector integration that is now part of TestDriven.NET. I have now greatly expanded that integration. When you install the latest version you will find 'Go To Reflector' buttons on Visual Studio's 'Disassembly', 'Call Stack' and 'Code' context menus. This is intended to compliment the standard 'Go To Disassembly' and 'Go To Source' buttons.
-
Reflector Add-In Lives Again ;-)
TestDriven.NET now contains some functionality that was in the discontinued ReflectorVsAddin add-in. Right click and 'Test With... Reflector' to navigate to any code element inside Reflector. This works with methods, types, fields, events, enums and delegates. When you first use this functionality you will have the option to automatically fetch Reflector or use a local copy. You can download the latest version of TestDriven.NET from here.
-
Charlie Poole @ OSCON
Charlie Poole has just returned from OSCON and seems to be on a bit of a roll. He writes: