Forum member

Ray

4 posts

Posts by Ray

  1. Can't covering the test method in VS2010?

    [quote=Remco;1712]Hi Ray - Thanks for the feedback. It appears as though the problem is simply that you've ignored the test you're trying to execute with NCrunch. Most likely you took the default option during the startup wizard to 'Ignore all tests, I will choose which tests to run with NCrunc…

  2. Can't covering the test method in VS2010?

    [quote=Remco;1712]Hi Ray - Thanks for the feedback. It appears as though the problem is simply that you've ignored the test you're trying to execute with NCrunch. Most likely you took the default option during the startup wizard to 'Ignore all tests, I will choose which tests to run with NCrunc…

  3. Can't covering the test method in VS2010?

    [quote=Remco;1710]Hi Ray, I'm wondering if you'd be able to answer some of the following questions - this will help me to better establish what is happening in your codebase. - Does NCrunch run for any project/solution at all on your machine? - Does the Tests Window list any tests at all? (ma…

  4. Can't covering the test method in VS2010?

    hi, all, there is a problem in my pc. I installed the Version 1.38b for VS2010. But it's not working in my VS2010. When I using it, it always show the test method isn't covering. I don't know why, anybody can help me ? The code is following: using NUnit.Framework; names…