Forum member

MattK

11 posts

Posts by MattK

  1. 1 project failing to build, doesn't show in ncrunch test window

    Yea, subversion. So it had: <<<<<<< .mine <IgnoredTests> <NamedTestSelector> <TestName>TESTNAME</TestName> </NamedTestSelector> </IgnoredTests> ======= <IgnoredTests> <AllTestsSelector /> </IgnoredTests> >>>>>>> .r13377 It wasn't coming up in my ankh visual st…

  2. 1 project failing to build, doesn't show in ncrunch test window

    I figured out what the problem was. I had a conflicted .ncrunchproject file. The tests window said nothing about a failing build, just the spinner at the bottom. For future reference I have attached a screenshot of what it looked like [img=http://i.imgur.com/9d1fUj2.jpg]screenshot[/img]. I also took…

  3. 1 project failing to build, doesn't show in ncrunch test window

    Hi, In multiple of my solutions (with shared code) the ncrunch circle at the bottom right of my visual studio is saying there is 1 project failing to build. When i click to open the NCrunch Tests window though it doesn't display any projects failing. Is there a way i can tell which project is fai…

  4. No message when test taking parameters is attempted to run without parameters

    Fair enough. Thanks for the explanation. Not to worry about the few minutes of waste, i'm sure NCrunch has saved me far more time over the last 18 months!

  5. No message when test taking parameters is attempted to run without parameters

    Not necessarily a bug as such. I was looking at some Nunit tests and one of them was supposed to take a parameter, but there was no parameter supplied. It was the only test in the test class and NCrunch ignored it rather than giving an error message, and so nobody ever saw that the test wasn't run…

  6. Missing method exception

    Hi Remco, I posted the above a month ago. I haven't been able to reproduce it since then but i have had a similar issue today. I was moving some files around in project A, placing them in new folders and changing the namespace. The test project that relates to them cannot build, i think because …

  7. Code coverage indicator

    It would be really useful to have an indicator in the bottom right of VS to say what the current code coverage is. Something similar to the test indicator. Perhaps with the ability to adjust it for entire solution/specific projects. The code coverage metrics are great but often forget to look at the…

  8. Missing method exception

    Also, the code in the tests didn't change as the test was calling a concrete class and the method i moved was from the abstract class it was inheriting from.

  9. Missing method exception

    Hi Remco. I think i did the refactoring manually, and it also involved moving the same method from 1 interface to another. I do have ReSharper 8 installed so it's possible i used that but in this case i don't think i did. The classes i moved the method between were in project A, the method only call…

  10. Missing method exception

    Myself an a colleague of mine have both had an issue with tests giving a "missing method exception" after some refactoring. I saw it when i moved a method from an abstract class to a concrete class that inherited from the abstract class. We are running ncrunch 2.4.0.2 on visual studio 2013. I reso…

  11. Large number of threads

    I have had my visual studio open in the background all day. I haven't done much work at all on it, so it has been mostly idle all day. When i look in task manager, it says that the nCrunch.TestHost.x86.exe is using 343 threads. Is this a bug? How come it is using so many threads? Even visual studio …