Forum member

kburnell

2 posts

Posts by kburnell

  1. Clean Machine & New VS Install = No Code Coverage

    I recently did a clean install of Windows 8.1 and Visual Studio 2013 Ultimate on a machine and NCrunch is no longer showing code coverage. I am happy to provide any/all information you may need to investigate this issue.

  2. Issue with structure map dependency resolver test

    In my NCrunch window one of my tests is always marked as failing, even though it passes when ran. The specific test involves testing my StructureMap dependency resolver. The code from the class under test and the test class are provided below. [b][u]Class Under Test[/u][/b] public static cla…