Forum member

CosminNet

2 posts

Posts by CosminNet

  1. test data file not found

    [quote=Remco;3289]Hi, thanks for posting! NCrunch emulates the behaviour of MSTest's sandboxing, so it will execute tests within a shadow copied directory that is positioned relative to the project file in the NCrunch workspace. So basically it creates a shadow copy of a shadow copy (confusing I…

  2. test data file not found

    using vs2010 sp1 on win7 pro x64 with resharper 7.1 i have a unit test project, in it a directory named "TestData" and in the dir a file ''ShipmentDocs.txt" that i intend to use to read in some test. the file is set with build action: none and copy if newer in the vs project. in ncrunch setting…