001/*- 002 * #%L 003 * Smile CDR - CDR 004 * %% 005 * Copyright (C) 2016 - 2025 Smile CDR, Inc. 006 * %% 007 * All rights reserved. 008 * #L% 009 */ 010package ca.cdr.test.extensions; 011 012/** 013 * TODO GGG rename this class 014 */ 015public class MockHttpServer { 016 //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 017 //respond with a pre-canned message that is looked up by some key. 018 //WE also need methods by which we can retrieve invocation counts/payloads from this mock. 019 020}