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...
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...