Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
exception when using Code Contracts
Does it make any difference if you turn on the 'CopyReferencedAssembliesToWorkspace' option for your tests project?
10 Nov 2011 20:52 UTC
-
Unable to enable NCrunch for new install
Good to hear :) Do let me know if it happens to you again.
10 Nov 2011 04:16 UTC
-
Impossible pass AND fail?
Sorry for the delay in looking at this issue. I've confirmed that this is an NCrunch defect triggered by the use of the quotation __ syntax in MSpec. Basically, any MSpec tests that are named using this syntax will pass abnormally. A fix will be in the next NCrunch revision.
05 Nov 2011 04:04 UTC
-
Test projects with question marks
Is it possible to build the failing project using MSBuild from the command line? This will help to identify whether the problem is being caused by complex or IDE dependent build configuration. Also - would you be able to submit a bug report after this load failure? I may be able to use this to yi…
02 Nov 2011 02:51 UTC
-
Test projects with question marks
Hi Simon, Thanks for posting! The question marks indicate projects that cannot be built because a project they depend on is experiencing a build/load issue. Can you give me any more information about the assembly load errors you're experiencing? Is there anything different/unique about these r…
31 Oct 2011 20:18 UTC
-
TestCase attribute messing up NCrunch entirely
Thanks for reporting this one. This is a problem caused by the instrumentation messing with named attribute parameters (i.e. the 'Result' named attribute parameter on TestCase), and is on the list of known issues to be fixed in a future version. If you're having trouble getting NCrunch to run qu…
27 Oct 2011 13:12 UTC
-
Alternatives for coverage indicators
Thanks for the tip. This was something I looked at while the markers were in their very early stages, but it simply wasn't powerful enough to do what I needed it to do. There was also the issue that a huge range of plugins make use of their own glyphs, which would result in some interesting clashe…
26 Oct 2011 16:43 UTC
-
Any docs for NCrunch's AppDomain setup? (Ref running tests in Medium Trust from BoxBinary.com)
Thanks, I'd like to hear how you get on with this. I've made a note to have a deeper look into making this possible with NCrunch, though it's hard to make any commitments on whether I'll be able to do so at this point in time :) Cheers, Remco
25 Oct 2011 08:16 UTC
-
Impossible pass AND fail?
Hi, thanks for posting! I'll take a look at the code you've posted and will get back to you on the pass/fail issue. If you haven't already, would you be able to submit a bug report the next time you see a build failing when it isn't supposed to? This will provide a bit more information to help cre…
24 Oct 2011 21:08 UTC
-
Any docs for NCrunch's AppDomain setup? (Ref running tests in Medium Trust from BoxBinary.com)
Cross appdomain/process tests do generally tend to suffer from the fact that NCrunch artificially wires together its test domains from files that can exist in separate locations. There is some [url=https://www.ncrunch.net/documentation/troubleshooting_test-and-runtime-related-issues]documentation…
24 Oct 2011 21:08 UTC
-
Issues with NUnit TestCaseSource
I'm always on the lookout for good test solutions, so that would really be useful. Is there is a specific revision number/id that I can grab which is unfixed?
21 Oct 2011 06:18 UTC
-
Issues with NUnit TestCaseSource
Sorry - I haven't had much exposure to TestCaseSource in the past, so it's a learning experience for me :) I've had a deeper look at how NUnit behaves in this situation and I'm afraid I can't give a simple solution to this problem. Essentially, NCrunch uses static metadata in order to locate t…
20 Oct 2011 20:19 UTC
-
Issues with NUnit TestCaseSource
Hmmm... What kind of result would you normally expect from a name mismatch in the test case data?
20 Oct 2011 08:19 UTC
-
Issues with NUnit TestCaseSource
Hi Jon, Thanks for posting. The problems you're describing are caused by NCrunch's inability to determine (and display) a difference between an inconclusive test result and a genuine failure. Right now (for the sake of simplicity) NCrunch doesn't have an 'inconclusive' status, so the UI simply …
20 Oct 2011 06:49 UTC
-
There is not enough space on the disk
Hi Rudi - This is a good suggestion. Restricting the engine from building new workspaces when it needs them will reduce efficiency, but right now there isn't really any decent handling of situations where the drive runs out of space. The workspacing code was introduced before the discovery of u…
20 Oct 2011 06:33 UTC
-
Issue with NUnit SetUpFixtureAttribute
Thanks for sending through the bug report. I'm curious - do the tests work correctly if you turn off the SetupFixture? I'm actually quite amazed that NCrunch is getting as far as trying to run your tests, as right now Silverlight isn't on the list of platforms supported by NCrunch.
20 Oct 2011 06:29 UTC
-
Issue with NUnit SetUpFixtureAttribute
Hi Mike, Thanks for posting. Would you be able to submit a bug report using the NCrunch menu? I'm curious about why this issue still exists for you. Thanks! Remco
19 Oct 2011 14:33 UTC
-
The changelist link for 1.34b on the download page is incorrect.
Good catch. The download link for .34 was wrong too. Now corrected :)
18 Oct 2011 21:54 UTC
-
Add support for Visual Studio 11
For anyone interested, support for VS 11 was officially added this morning with the 1.35b release of NCrunch.
18 Oct 2011 18:37 UTC
-
Alternatives for coverage indicators
The 1.35b release that went out this morning adds a new feature that allows you to change the shape of the coverage markers. New shapes: * A small circle * A rectangle * A vertical line .. the smaller circle and vertical line should be less obstructive than the original circles were. Giv…
18 Oct 2011 18:36 UTC