Forum member

glinkot

8 posts

Posts by glinkot

  1. Understanding 'Only automatically run impacted tests'

    Thanks for that. Yes Roslyn will be interesting! Cheers

  2. Understanding 'Only automatically run impacted tests'

    Again just familiarising myself with the tool, quick question. I've set the abovementioned option, and have 3 tests testing a single method. If i edit the code in one of the tests, all 3 retrigger to test again. I would understand this if I changed the code under test, but why would the other tes…

  3. JustMock performance slower in NCrunch vs Test Explorer?

    Ok, thanks Remco. I've fiddled with the config wizard and gotten the time down a bit, I'll keep looking into it :)

  4. JustMock performance slower in NCrunch vs Test Explorer?

    Hi, I was investigating [url=http://www.telerik.com/products/mocking.aspx]JustMock[/url] as I happen to have a licence with other products I've bought. It looks a bit like TypeMock without the recurring costs. I went through the steps below: - Integrated JustMock with NCrunch (only one step)…

  5. MSTest Private Method Accessors

    Thanks for the help. I'd never seen those .accessor files but duly hunted it down. It contained only 2 lines: MF.dll (the class library I'm testing) Desktop (who knows what that is) Deleting it (while keeping a backup!) doesn't seem to have done any harm and it seems faster. Much appreci…

  6. MSTest Private Method Accessors

    Hi, In my project I have the following warning: [i]This component makes use of MS Test private method accessors, which require referenced assemblies to be copied to the component build output directory. This will have an impact on the performance of NCrunch, as extra work must be done to rebu…

  7. NCrunch and Smart Unit Tests

    Excellent, that does the trick! I guess if they leave that hardcoded when they release, an exception of some sort might be worth putting in so it treats this case differently. Appreciate the lightning fast reply!

  8. NCrunch and Smart Unit Tests

    Hi, I only purchased NCrunch yesterday so please be gentle! I have installed the VS2015 Ultimate Preview and was keen to try the 'smart unit tests' to pin down some code and avoid regressions during a change I need to make. I followed the following steps to test the Smart Unit tests, but have…