Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Fail on private TestInitialize
Hi, thanks for making me aware of this one! I'll add a note to change the NCrunch behaviour here to bring it in line with the standard. This shouldn't be hard to do. Cheers, Remco
05 Mar 2013 21:54 UTC
-
TDD statistics
Hi, thanks for sharing this idea! I did have some similar thoughts around a metric that would let you know roughly how many hours of test running NCrunch has saved you, which would be an obvious sales pitch for the product during its evaluation :) I'll make a note of these ideas in the backlog…
05 Mar 2013 21:31 UTC
-
Run tests by attribute and namespace inclusion/exclusion lists
Hi, thanks for posting! NCrunch does allow filtering of the tests that run automatically by creating custom [url=http://www.ncrunch.net/documentation/concepts_engine-modes]engine modes[/url]. Although I think you're asking to be able to also do this manually - perhaps with a pre-bound keypress? …
05 Mar 2013 21:20 UTC
-
Move coverage indicators to the line numbers gutter
Hi, thanks for the suggestion! Although I don't think anyone has requested this before, it is a task that exists in the backlog simply because it makes good sense and would solve a few problems at the same time. I haven't yet managed to form a detailed assessment of the effort involved (it's VS in…
04 Mar 2013 21:19 UTC
-
Content files not copied
Hi Peter - Support was added for including the copy of content files in the 1.43 release, so in theory this should work. In practice, I'm hoping you haven't been hit with a bug. Does it make any difference if you turn on the 'Copy referenced assemblies to workspace' setting for ALL the projec…
04 Mar 2013 21:16 UTC
-
Run one test at a time
Yes! :) Here's some more details for anyone interested - [url=http://www.ncrunch.net/documentation/reference_runtime-framework_exclusively-uses-attribute]http://www.ncrunch.net/documentation/reference_runtime-framework_exclusively-uses-attribute[/url].
04 Mar 2013 21:13 UTC
-
JS testing support
Hi, thanks for the feedback! Still no update on this one. It's a very big feature area and there is a lot in the pipeline so I'm certain that it won't be looked at in detail this year. Perhaps later! I'm glad you're enjoying NCrunch :) Cheers, Remco
03 Mar 2013 20:58 UTC
-
Reflection Exception when running tests.
Nice work on identifying the cause of the problem. This is an easy one to solve - you simply need to introduce some conditional logic so that you use a different [InternalsVisibleTo] attribute when working with NCrunch, as opposed to the build server. You can make use of the [url=http://www.ncrunc…
01 Mar 2013 08:52 UTC
-
Classes with 0 compiled lines should not show 100%
This makes sense. I think this has been requested already, but I'll make a note to address it. Thanks for the feedback.
28 Feb 2013 21:22 UTC
-
A (hopefully) new take on offering JS testing support
Hi, thanks for sharing this! JS is definitely becoming more and more important ... although of course, this is a huge piece of work and it does contain problems that don't yet have a certain solution. Hopefully this will be an area explored in future.
28 Feb 2013 21:21 UTC
-
Ncrunch VS2012 does not build the project.
It's hard to say whether there is a connection between the need for a manual install and the problem described above. At the moment both of these problems do have two things in common - neither has been reproduced in an environment where they could be fixed, and both are caused by unknown constrain…
28 Feb 2013 21:18 UTC
-
Reflection Exception when running tests.
Hi, thanks for posting and for taking the time to try out NCrunch! There is something unusual with one of the fixture types in your test project that is causing runtime reflection to fail to resolve the type. Are you able to narrow down which class is causing the problem? I'd really like to see…
28 Feb 2013 21:03 UTC
-
2 bugs? or strange behaviour?
Hi Søren, As a general practice, I would recommend placing your IF statements and actions on different lines. This can make the code easier to debug (using breakpoints), and with NCrunch it will give you more details visibility on your code coverage. Ternary operators are an interesting case.…
28 Feb 2013 21:00 UTC
-
NCrunch 1.42.0.12 problem with VS 2012
Nice work Brian! I'm not sure how this works, but as always with VS, there must be a reason hidden in there somewhere. I'm sure others will also find this information useful. Thanks for taking the time to share the solution :) Cheers, Remco
28 Feb 2013 20:49 UTC
-
Conditional Project/DLL reference problem
I'm glad you managed to get this to work, and I'm also pleasantly surprised that the Choose element does work with the NCrunch build manipulation - it must be more resilient than I give it credit for :) Although I do think that there is something else going on here. I've just done some testing a…
28 Feb 2013 08:09 UTC
-
DLLs Copied to project(s) root directory
Hi, Thanks for sharing the details above. Based on the information you've also provided in the other thread (re: conditional DLL/project reference issue) and the last answer you gave (building your solution causes NCrunch to trigger), I'm fairly certain that this problem is caused by your inclus…
28 Feb 2013 08:03 UTC
-
NCrunch 1.42.0.12 problem with VS 2012
Thanks Brain, The log suggests everything is OK... which is a bit unhelpful. What happens if you try loading up VS like this? : C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe /rootsuffix exp Also, when you've loaded up the IDE and the NCrunch menu doesn't show, d…
27 Feb 2013 22:52 UTC
-
Conditional Project/DLL reference problem
Hi, Thanks for posting and for taking the time to explain such a detailed question. Assembly referencing has a tendency to be hard to describe in even the simplest of cases, and you've explained the issue very well. The attempted solution you've described above (using the 'choose' tags) is a …
27 Feb 2013 22:35 UTC
-
NCrunch 1.42.0.12 problem with VS 2012
Hi Brain, Thanks for posting! Most likely VS is throwing an error of some kind while trying to load the plugin. We can likely find out what this error is by executing the devenv.exe file using the /log parameter, for example: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\de…
27 Feb 2013 21:35 UTC
-
VS11 ShimNotSupportedException when using Shimming from Microsoft Fakes
Hi, sorry but support for fakes will not be added until at least V2 of NCrunch.
27 Feb 2013 21:19 UTC