Forum member
jnijni
6 posts
Posts by jnijni
-
Behavior around unused references different from MSTest
Hi, This is what I expected, it is indeed hard to mimic this behavior. However, I would look over to mstest's code (if it's open source - otherwise you would need to poke around) to see how they do it, maybe it's just a simple "grep (imports|using) <namespace>" and it would be easy to reproduce …
09 Apr 2013 13:18 UTC
-
Behavior around unused references different from MSTest
Hi, We hit a weird issue this morning where our test was running fine under nCrunch, but would fait with resharper or mstest. It turned out that a required DLL that is referenced in the project was copied over by nCrunch, but not mstest. This dll is referenced in our project, but is never use…
08 Apr 2013 16:57 UTC
-
Fail on private TestInitialize
Hi, MSBuild will fail on private TestInitialize methods, but NCrunch doesn't. R# will fail too. Therefore, we ended up with a bunch of tests that were working on our machines, but not during the CI process. It would be nice if NCrunch would fail there too (or maybe just give a warning?). …
05 Mar 2013 21:13 UTC
-
TDD statistics
Hi, Here is a very low-priority nice to have feature I think would be cool (but just "cool", not useful). It would be fun to have some statistics on your TDD cycle, like : * Time spent in each phase (red/green) in a day? week? * Number of times you went from red to green * Average durati…
05 Mar 2013 18:55 UTC
-
JS testing support
Fair enough, thanks for the interest in the matter!
19 Dec 2012 19:15 UTC
-
JS testing support
Hi, I'm not sure if I'm simply blind, but I can't find this feature. It would be greatly appreciated if nCrunch could run JS tests. I am presently using Jasmine, one of the best known JS test framework, and I have to run my tests manually elsewhere. You could look at what R# does, it can …
18 Dec 2012 18:29 UTC