Profiling a unit test in VS2012
Just a quick useful tip, you can run the Visual Studio profiler on a unit test. It’s fairly well hidden but you can access it by right-clicking on a test in the “Test Explorer” and selecting “Profile Test”:

Very useful and well hidden feature.