Forum member

LKEthan

3 posts

Posts by LKEthan

  1. NCrunch fails test on first run and then passes on second run

    Thank you for the reply Remco. I did indeed do as you suggested yesterday and the tests pass without issue now. Out of curiosity, will Ncrunch replicate empty directories in the future? -LKEthan

  2. NCrunch fails test on first run and then passes on second run

    I already figured it out. This issue has to do with an empty folder in my test project. I use this folder to save my files generated by the tests. And then when the tests are over the files get deleted. It seems like NCrunch is getting confused on bringing this folder into the Ncrunch workspace. …

  3. NCrunch fails test on first run and then passes on second run

    Hello, I started using the trail version of NCrunch and its a fascinating tool. Although I have encountered the following oddity. I have a test that generates a .bat file. The first time NCrunch is loaded that test always fails. With the following exception: System.IO.DirectoryNotFoundExcept…