Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Tools   (RSS)
I recently noticed a thing about xUnit.net that makes me love that framework even more than before . As you probably already know, an important aspect of (unit) tests is that they can be executed in any order. xUnit.net helps you remember this since it Read More...
So now you know how to get coverage reports for native C++ using Visual Studio 2008 Team System (if not - read this ). There are a few things you need to know before you get excited. First of all the only metrics you get are line and block coverage. A Read More...
The code coverage tool in Visual Studio 2008 Team System is quite easy to use from within the IDE unless you want code coverage for your native C++ code. In order to generate a code coverage report for native C++ you have to use the command line tools. Read More...
I was recently looking at a web-cast and it was not related to refactoring at all, but the presenter said something about refactoring that just blew my mind. The code he started with looked something like this: public ClassD GetD() { ClassA a = new ClassA Read More...
Since I'm not a fan of mocks I guess my prayers have been heard. Microsoft Research will soon release a stub framework . That's right. Stubs and not mocks! It is part of Pex that I have mentioned before . And you don't need to use Pex if you don't want. Read More...
I recently had to find a neat way to remove all empty directories recursively on a Unix machine. In the world of UNIX you can expect to find a way to do things like this pretty easy. When I started to search for a neat way to do it (rather than reading Read More...
The more I use OneNote 2007 , the more I like it. I find the possibility to share notebooks and also working offline with a notebook on a server very useful. But one of the really nice things is when you have to make a screen shot. Previously I've been Read More...
 
Page view tracker