Forum member

JoaoMLH

3 posts

Posts by JoaoMLH

  1. Webservice coverage with NCrunch, possible?

    Hi Wilhelm, thanks for the reply. I'll give self-hosting a webservice a try. Here was is article about it: http://dotnetstories.wordpress.com/2012/03/04/self-hosting-wcf-services/ I hope it works. Best regards, Joao

  2. Webservice coverage with NCrunch, possible?

    Hi Remco, wow impressive, that was the fastest useful response ever. :) I was confusing Integration tests with Unit tests, that was why NCrunch wasn't doing what I was expecting. I was testing across multiple processes, I guess, because one is the process where NCrunch is running the testca…

  3. Webservice coverage with NCrunch, possible?

    Hi everybody, first of all let me say that this is the best Visual Studio plug-in for Testdriven programming. It is a UnitTester and a Coverage tool all in one :) This helps any developer check what use-case hasn't been tested yet, and what code might cause be causing problems in the future. …