Recent Comments
rmiesen on Continuous Testing for Visual Studio: @Håvard: thank you for your follow up. I am glad to hear that the...
Håvard on Continuous Testing for Visual Studio: @rmiesen Installed code contracts, currently works fine for me on...
rmiesen on Continuous Testing for Visual Studio: That’s very strange. On my machine, the Enum Utilities...
Håvard on Continuous Testing for Visual Studio: @rmiesen Thanks for reporting your problem. Sadly, I am not even...
rmiesen on Continuous Testing for Visual Studio: I attempted to use the continuous integration plugin for VS 2010 on...
Glen on RSA using BouncyCastle: Hi Harvard, Thanks for this. I was actually able to use your suggestions in blinding...
Twitter
- UI designers: An animated progress bar indicating how long a pop-up will stay open is not helpful. It just makes the pop-up even more noisy. 2010/09/01
- Really cool interactive music video using HTML5: http://bit.ly/cdtaOF 2010/08/31
- @follesoe If you're doing code-first, go with EF4 CTP4. CTP lacks support for migration, but that's coming. It's looking very promising. 2010/08/30
Category Archives: TDD
Problems running .NET 4.0 tests using NUnit 2.5 with (or without) Continuous Testing?
NUnit 2.5 up to and including 2.5.4 fails to properly detect certain revisions of .NET 4.0, causing it to crash. The issue is documented in this bug report on LaunchPad. The bug has been fixed in 2.5.5 and later, so … Continue reading
Posted in C#, Continuous Testing, TDD
Tagged bug, C#, continuous testing, nunit, TDD
Leave a comment
Continuous Testing for Visual Studio
The other night is was playing around with a side project. I try to use a rather strict TDD approach for these projects, and so I run my tests a lot of times as I move forward, and spend quite … Continue reading
Posted in Announcements, Code, Continuous Testing, TDD
13 Comments