Package com.meterware.pseudoserver

A test framework for HTTP clients, using a simplified HTTP server.

See:
          Description

Class Summary
HttpRequest Represents a single HTTP request, extracted from the input stream.
HttpUserAgentTest A base class for test cases that use the pseudo server.
PseudoServer A basic simulated web-server for testing user agents without a web server.
PseudoServlet A basic simulated servlet for testing the HttpUnit library.
WebResource A resource to be returned from the simulated server.
 

Package com.meterware.pseudoserver Description

A test framework for HTTP clients, using a simplified HTTP server. The 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 PseudoServlet class.


Copyright © 2000-2008 Russell Gold. See license agreement for rights granted.