Browse by Tags

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 20 May 2008 02:28 PM by cibrax | 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 16 May 2008 11:05 AM by cibrax | 8 comment(s)
Filed under: ,
More Posts