001package ca.cdr.test.extensions; 002 003/** 004 * TODO GGG rename this class 005 */ 006public class MockHttpServer { 007 //THis class should stand up a tiny socket on a port, and listen to all HTTP GET/POST/PUT/DEL requests. When it receives one, it should 008 //respond with a pre-canned message that is looked up by some key. 009 //WE also need methods by which we can retrieve invocation counts/payloads from this mock. 010 011}