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 testcases and the other one is the one were the WCF Webservices are running (w3wp.exe).
Taking your advice of testing the webservice directly (without invoking the WebReference methods) NCrunch can now keep coloring my code :)
Thanks a lot Remco.
Best regards,
Joao