Forum member

angyan

2 posts

Posts by angyan

  1. File locking prevents a test from running

    I was able to get it working. I actually was not closing the file as well after reading it and once I fixed this, the tests work well.

  2. File locking prevents a test from running

    I am getting this error: The process cannot access the file '<Path>' because it is being used by another process. I assume that this is because of the parallel nature of NCrunch? How do I run unit tests that all try to load up a a single test file?