Pablo M. Cibraro (aka Cibrax)

My thoughts on Web Services and .NET development

News

Pablo Cibraro's VisualCV

Blogs

Personal

Programming

Browse by Tags

All Tags » Moq (RSS)
Unit Tests for WCF (and Moq) Part II
My latest post about "creating wrapper classes" for mocking the WCF context has started generating some controversies . I initially wrote those classes to decouple my service implementation from the concrete implementation of the WCF context, something...
Posted: May 20 2008, 02:28 PM by cibrax | with 1 comment(s)
Filed under: ,
Unit tests for WCF (And Moq)
As you may know, testing WCF services is not as simple as referencing a service implementation and start writing unit tests against it. If the service we want to test has a high dependency with the operation context, which is an static class, testing...
Posted: May 16 2008, 11:05 AM by cibrax | with 15 comment(s)
Filed under: ,
More Posts