Package com.meterware.pseudoserver


package com.meterware.pseudoserver
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.
  • Classes
    Class
    Description
    Represents a single HTTP request, extracted from the input stream.
    A base class for test cases that use the pseudo server.
    A basic simulated web-server for testing user agents without a web server.
    A basic simulated servlet for testing the HttpUnit library.
    A resource to be returned from the simulated server.