Forum member
cbretana
6 posts
Posts by cbretana
-
Unit Test execution and data folders
Thanks! Several ideas here to try. "C:\Data\LAS\Builds\Output\TestBin\Debug" is the output folder for the test harness build process. So it is the folder where the tests execute in when running under NUnit-ReSharper test harness. I was trying to get NCrunch to copy the data files to whatever direct…
27 Feb 2018 02:52 UTC
-
Unit Test execution and data folders
Yes, in order to make sure that NUnit 3.x will be able to find the files, I had to use an absolute file path based on the expression NUnit.Framework.TestContext.CurrentContext.TestDirectory, as using relative paths was causing another problem. And when I look at the folder referenced by the express…
26 Feb 2018 23:50 UTC
-
Unit Test execution and data folders
Running NUnit 3.0 tests in NCrunch within Visual Studio 2017 using .Net Framework 4.61, When a unit test needs to read or write a data file to a project folder, I am getting System.IO.DirectoryNotFoundException : Could not find a part of the path 'C:\Data\LAS\Builds\Output\TestBin\Debug\[i][b]1…
26 Feb 2018 17:28 UTC
-
Meaning of Progress Bar display
This solution has 4-5000 tests, which normally only take a few minutes to complete. Is there some way to see which test might be the culprit?
25 Feb 2018 15:20 UTC
-
Meaning of Progress Bar display
Why does the bar not continue to where the entire thing is green and the 0% changes to "OK" ? It has frozen, (stopped) in the display as I showed it. No matter how long I wait it never goes any further.Even if I restart the entire suite of tests over again, it only goes to approximately the same pl…
24 Feb 2018 14:23 UTC
-
Meaning of Progress Bar display
What does this progress bar display mean (with only part of the bar in green, with no red, and with 0% displayed.) [img=https://image.ibb.co/ncvJiH/ProgBar.jpg]Progress Bar[/img] After reading the link provided by NCrunch Developer below, I understand what this means, but it appears that this i…
23 Feb 2018 18:10 UTC