com.meterware.pseudoserver |
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.
|
Java Source File Name | Type | Comment |
HttpRequest.java | Class | Represents a single HTTP request, extracted from the input stream. |
HttpUserAgentTest.java | Class | A base class for test cases that use the pseudo server. |
PseudoServer.java | Class | A basic simulated web-server for testing user agents without a web server. |
PseudoServlet.java | Class | A basic simulated servlet for testing the HttpUnit library. |
ReceivedHttpMessage.java | Class | |
UnknownMethodException.java | Class | |
WebResource.java | Class | A resource to be returned from the simulated server. |