Trying to get to grips with NCrunch, and starting to enjoy having it in my workflow.
Currently the code coverage icons also appear in my Unit Test class.
At the moment they are all there, and when you hover over them (at any line) they say "covered by 1 passing tests", left clicking the icon to show tests, gives a link to the current test you are looking at.
Also, n the icon column, at the first line of each test, a ">" icon appears. Hovering over this it tells me "Tests starting line XX" where is XX is the actual line. what is the point of this icon?
I found the "Instrument output assembly" config setting which switches them off, but it feels like something that NCrunch should figure out itself. For example, don't automatically instrument a class marked [TestClass]