Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
TestCaseSource test not being recognised
Hi Mike, Thanks for sharing this issue. Because the main body of code here is being executed during test discovery, you've likely found that the error reporting here won't work the same way as you'll find during a normal test run. This is because if there is a problem with the code used to disc…
25 Oct 2013 07:06 UTC
-
Unit test "failing" in NCrunch, but passing in all other test runners.
Hi, Thanks for reporting this issue and for sharing the sample code to reproduce. It's always much easier to analyse an issue like this when there is sample code available. This issue is being caused by an [url=http://www.ncrunch.net/documentation/considerations-and-constraints_assembly-colo…
25 Oct 2013 06:54 UTC
-
Project build error after updating to vs2013
Hi, Thanks for sharing this issue. Can you confirm whether placing NCrunch in [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]Compatibility mode[/url] makes any difference here? Cheers, Remco
24 Oct 2013 23:51 UTC
-
c++ filenames not fixed-up in stack traces
Hi, It looks like the design of this has changed since the change mentioned earlier in this thread. Navigating to incorrect source files is a horrible nuisance and a big time sink. I'll mark this down for review to see if I can get it fixed properly (and permanently). Hopefully I can avoid any…
21 Oct 2013 21:53 UTC
-
Support High DPI settings (MacBook Pro Retina and other high resolution laptops)
Hi, Thanks for reporting this. The UI of NCrunch has been rebuilt as part of the upcoming V2 release, including high DPI support. A beta version of V2 is currently expected sometime within the next few weeks. Cheers, Remco
21 Oct 2013 02:30 UTC
-
Include "duration since last run" or similar in custom build engine mode
The sensible thing here seems to be to add a couple of new engine mode condition options to make this possible. I'll see what I can do.
18 Oct 2013 21:44 UTC
-
NCrunch Metrics for single test.
Hi - This is a great suggestion. It makes sense that the metrics view should also consider the code coverage filter. I've added a task for this to the backlog. Cheers, Remco
18 Oct 2013 06:02 UTC
-
Since upgrade to 1.47 handling of test display changed
Hi Danny, I may just be echoing what you've already told me, but I think I have a theory on how this may have been set up for you. Is it possible that you had the Tests Window filter set to not show tests that haven't been executed before? If this is the case, then everything makes sense - beca…
18 Oct 2013 01:50 UTC
-
Since upgrade to 1.47 handling of test display changed
Hi Danny, thanks for sharing this issue, and I'm glad you're enjoying the product! As far as I'm aware, the 1.47 release didn't contain any fixes or changes in the area of the tests window. The ability to apply engine mode filters to the data shown here has never been a feature of NCrunch, so I …
17 Oct 2013 23:13 UTC
-
Hiding UIs during testing
Hi, Thanks for sharing this issue. I have a feeling that you're probably right in the idea that this may be NCrunch's test runner usage patterns causing this to fail. There are probably several ways around this. The easiest I can think of would be to adorn the test(s) with [url=http://www.nc…
16 Oct 2013 07:43 UTC
-
Pin test that is excluded due to customized engine mode?
Hi, Thanks for the awesome picture :) The engine mode filter only applies to the automatic pipelining of tests ... it shouldn't impact the visibility of the test in the Tests Window. If the test isn't showing, I think something else may be going on here. Check that the test is correctly attr…
15 Oct 2013 09:05 UTC
-
'System.Linq.IQueryable' does not contain definition for 'Where'
I'm randomly pitching ideas here, as I'm not completely certain of your solution structure :) Is it possible that the compile error only appears cross-project? (for example, it doesn't appear in the project declaring EnergyMarkets.CPIRates.Entities.CPIRates, but instead in another project that uses …
15 Oct 2013 03:22 UTC
-
'System.Linq.IQueryable' does not contain definition for 'Where'
I wonder if this may be due to the relationships between the projects involved. Has NCrunch given you any warnings in regards to assembly referencing? If there is a cross-project dependency that NCrunch hasn't been able to handle (i.e. if you have an absolute project/assembly reference to someth…
15 Oct 2013 02:21 UTC
-
Additional files to include will not get updated between test executions
Hi Robert, Thanks for posting! This is a known limitation of the additional files to include setting. Currently it only watches known file paths for changes, rather than detecting newly introduced or deleted files. There is a task to address this in a future release. For the time being, you…
14 Oct 2013 21:44 UTC
-
'System.Linq.IQueryable' does not contain definition for 'Where'
Hi, The closest method I can find is [url=http://msdn.microsoft.com/en-us/library/gg696450(v=vs.103).aspx]http://msdn.microsoft.com/en-us/library/gg696450(v=vs.103).aspx[/url]. Is this the one the code is calling? As this is an entity framework method, I'm wondering if this may be related to …
14 Oct 2013 07:03 UTC
-
'System.Linq.IQueryable' does not contain definition for 'Where'
Hi, thanks for sharing this issue. Can you provide some more information about the workings of the 'Include' method? Is this a custom built extension returning an IQueryable, or a tool from a 3rd party framework? Cheers, Remco
14 Oct 2013 06:11 UTC
-
MSpec issues
Hi, thanks for sharing this issue! This is because the 'Establish context' assignment is a declaration that is executed prior to the test being run, so it's still code, but it isn't executed as part of the test. NCrunch has a workaround implemented for the MSpec test methods themselves to preven…
12 Oct 2013 21:25 UTC
-
Selenium Browser Drivers
Many of NCrunch's features derive from it's ability to separate projects from their parent solution and shadow them inside workspaces. The idea behind this is that while it is in the workspace, the project relies only on files that exist within the workspace. This is to prevent the concurrently ru…
09 Oct 2013 22:01 UTC
-
Tests queued, engine idle with v1.47
Hi John - Thanks for sharing this issue and for submitting the bug report. The report didn't show any obvious problems, so I think this might be a configuration issue. Please check the following: - Make sure the engine mode you have selected will allow the tests to be run. It's worth doub…
09 Oct 2013 21:52 UTC
-
Selenium Browser Drivers
Hi Steve, thanks for posting! The first thing I would check very thoroughly here is to make sure that the IEDriverServer.exe file is in the same directory as Selenium is expecting to find it. NCrunch's workspacing can create an obscure situation where the bin\debug directory of your test project…
09 Oct 2013 10:42 UTC