There is a new new feature in the new Visual Studio 2013 called the Code Object (I think this is only in the Ultimate version). As for the methods, in addition to showing links (how many and where), it also shows some information about version control when working in a team and checks the statistics so that you know how many tests the method uses and how many failures.
I suppose this works fine with test projects built into Visual Studio, but does it work with NUnit? We use NUnit for unit testing, and we are trying to decide whether to upgrade to VS2013, and one of the reasons would be this new feature, which we would like to use fully if it supports NUnit.
Do you have any experience?
source share