A test framework for HTTP clients, using a simplified HTTP server. The {@link com.meterware.pseudoserver.PseudoServer} class is a simple HTTP server which can be programmed with the results required by a test. Results may either be staticly defined or dynamically created, using the {@link com.meterware.pseudoserver.PseudoServlet} class.