Testing REST Services

Pablo Cibraro published an article the other day demonstrating how to write unit and integration tests for services built using the WCF REST Starter Kit. One of the things Pablo includes is object mocking for the operation context, which I've had people ask for help with in the past. Sample code is included for an RSS-based catalog service with tests.