Daily Usage Issues

Go to DataRow?

Started by Paramethod on 1,974 views

Hello,

I have a test class with a single test with multiple data rows. When I'm in the NCrunch Tests window, I can select a test and right-click 'Go to selected test' which brings me to the first line of the test. Is there any way I could go the related DataRow instead?

Thanks,

Alex
Hi Alex,

Unfortunately not. The internal structure of the debug files (PDBs) that we use for navigation does not contain source references for attributes. The closest we can get is to navigate to the method declaring the attributes.
Hi Remco,

I understand, that is too bad. As an alternative, what would help is if I could copy to clipboard at least the name of the test. Then I could make a search to get to the correct one. I don't think I can currently copy the name from the NCrunch Tests grid. I workaround by exporting the grid to text.

Alex

Post a reply

Log in to reply.