Forum member

damianh

25 posts

Posts by damianh

  1. Corrupt ncrunchproject files

    Howdy! I have this strange problem where I getting corrupted ncrunchproject files, resulting in "Error while reading from configuration file 'C:\dev\{snip}.v2.ncrunchproject', is the file corrupt or in use?" It happens only in one particular git repository and only for 2 particular projects in…

  2. NCrunch thinks a shared test file is a single item

    Can confirm that it works. Base on the repro solution, I now see 2 failing tests in the NCrunchTests window. Cheers!

  3. NCrunch thinks a shared test file is a single item

    > You could use the conditional on the namespace containing these fixtures, which would save time+code. It's messy, but it will get you working. Yep, got it working, and yep it's messy ;) > I agree that the current... That's reasonable (it's not a showstopper after all)

  4. NCrunch thinks a shared test file is a single item

    Thanks for the quick response Remco. No, I'm not use this to target different platforms, though I can see that as another use case. Here I have acceptance tests that I share across different projects but where each project has a different setup / fixture. Think of it as multiple different impleme…

  5. NCrunch thinks a shared test file is a single item

    (I've browsed the forums but could find anything related to this. Sorry if I missed it.) If I have a Test class file that lives in one project but I include it in another project ( 'Add as link' ) and the test fails, NCrunch seems to think it is a single test file and/or messes up the groupings. …