Forum member
glinkot
8 posts
Posts by glinkot
-
Understanding 'Only automatically run impacted tests'
Thanks for that. Yes Roslyn will be interesting! Cheers
15 Jan 2015 11:04 UTC
-
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…
15 Jan 2015 04:12 UTC
-
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 :)
15 Jan 2015 04:07 UTC
-
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)…
15 Jan 2015 03:23 UTC
-
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…
13 Jan 2015 06:39 UTC
-
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…
13 Jan 2015 06:04 UTC
-
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!
11 Jan 2015 21:57 UTC
-
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…
11 Jan 2015 21:15 UTC